mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
11 lines
169 B
Diff
11 lines
169 B
Diff
|
diff --git a/go.mod b/go.mod
|
||
|
new file mode 100644
|
||
|
index 0000000..ce4eba8
|
||
|
--- /dev/null
|
||
|
+++ b/go.mod
|
||
|
@@ -0,0 +1,3 @@
|
||
|
+module github.com/kevinburke/go-bindata
|
||
|
+
|
||
|
+go 1.19
|
||
|
|