parent:
ca903ba89b3730899abdce30e0574144c6729f35
nmyk <nick@nmyk.io>
2022-12-11T12:38:26-05:00
bump reqd go version
diff --git a/go.mod b/go.mod index 6834542975b829cecb72e927a5927e22b45daff2..51a27d4bbc8a2875fd0602d4e2ab877e93a57248 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module tmpchat -go 1.16 +go 1.18 require ( github.com/google/uuid v1.3.0 diff --git a/vendor/github.com/google/uuid/go.mod b/vendor/github.com/google/uuid/go.mod deleted file mode 100644 index fc84cd79d4c79a2ad598d6c5285473aa32b34982..0000000000000000000000000000000000000000 --- a/vendor/github.com/google/uuid/go.mod +++ /dev/null @@ -1 +0,0 @@ -module github.com/google/uuid diff --git a/vendor/github.com/gorilla/websocket/go.mod b/vendor/github.com/gorilla/websocket/go.mod deleted file mode 100644 index 1a7afd5028a7ab2ffbaeb854266f0ed023d9c697..0000000000000000000000000000000000000000 --- a/vendor/github.com/gorilla/websocket/go.mod +++ /dev/null @@ -1,3 +0,0 @@ -module github.com/gorilla/websocket - -go 1.12 diff --git a/vendor/github.com/gorilla/websocket/go.sum b/vendor/github.com/gorilla/websocket/go.sum deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/gorilla/websocket/go.sum and /dev/null differ diff --git a/vendor/modules.txt b/vendor/modules.txt index ca94659a46df36502c889eba32aff18036285582..d8ff76c0e373b7cb06cafb3be17270adde8f57ac 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -2,7 +2,7 @@ # github.com/google/uuid v1.3.0 ## explicit github.com/google/uuid # github.com/gorilla/websocket v1.5.0 -## explicit +## explicit; go 1.12 github.com/gorilla/websocket # github.com/ianschenck/envflag v0.0.0-20140720210342-9111d830d133 ## explicit