From bdf7df6d7be8bb887334d3b623c999c9adc06843 Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Wed, 4 Jan 2023 16:32:49 -0800 Subject: build: use go 1.19 and tidy up deps --- vendor/github.com/go-kit/log/go.mod | 5 ----- vendor/github.com/go-kit/log/go.sum | 2 -- vendor/github.com/go-logfmt/logfmt/go.mod | 3 --- vendor/github.com/gorilla/mux/go.mod | 3 --- vendor/github.com/justinas/alice/go.mod | 3 --- 5 files changed, 16 deletions(-) delete mode 100644 vendor/github.com/go-kit/log/go.mod delete mode 100644 vendor/github.com/go-kit/log/go.sum delete mode 100644 vendor/github.com/go-logfmt/logfmt/go.mod delete mode 100644 vendor/github.com/gorilla/mux/go.mod delete mode 100644 vendor/github.com/justinas/alice/go.mod (limited to 'vendor/github.com') diff --git a/vendor/github.com/go-kit/log/go.mod b/vendor/github.com/go-kit/log/go.mod deleted file mode 100644 index af39037..0000000 --- a/vendor/github.com/go-kit/log/go.mod +++ /dev/null @@ -1,5 +0,0 @@ -module github.com/go-kit/log - -go 1.17 - -require github.com/go-logfmt/logfmt v0.5.1 diff --git a/vendor/github.com/go-kit/log/go.sum b/vendor/github.com/go-kit/log/go.sum deleted file mode 100644 index b2750f7..0000000 --- a/vendor/github.com/go-kit/log/go.sum +++ /dev/null @@ -1,2 +0,0 @@ -github.com/go-logfmt/logfmt v0.5.1 h1:otpy5pqBCBZ1ng9RQ0dPu4PN7ba75Y/aA+UpowDyNVA= -github.com/go-logfmt/logfmt v0.5.1/go.mod h1:WYhtIu8zTZfxdn5+rREduYbwxfcBr/Vr6KEVveWlfTs= diff --git a/vendor/github.com/go-logfmt/logfmt/go.mod b/vendor/github.com/go-logfmt/logfmt/go.mod deleted file mode 100644 index c6fe10b..0000000 --- a/vendor/github.com/go-logfmt/logfmt/go.mod +++ /dev/null @@ -1,3 +0,0 @@ -module github.com/go-logfmt/logfmt - -go 1.17 diff --git a/vendor/github.com/gorilla/mux/go.mod b/vendor/github.com/gorilla/mux/go.mod deleted file mode 100644 index df170a3..0000000 --- a/vendor/github.com/gorilla/mux/go.mod +++ /dev/null @@ -1,3 +0,0 @@ -module github.com/gorilla/mux - -go 1.12 diff --git a/vendor/github.com/justinas/alice/go.mod b/vendor/github.com/justinas/alice/go.mod deleted file mode 100644 index b630d63..0000000 --- a/vendor/github.com/justinas/alice/go.mod +++ /dev/null @@ -1,3 +0,0 @@ -module github.com/justinas/alice - -go 1.12 -- cgit v1.2.3