aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorRaul Benencia <raul@thousandeyes.com>2023-01-04 16:32:49 -0800
committerRaul Benencia <raul@thousandeyes.com>2023-01-04 16:32:49 -0800
commitbdf7df6d7be8bb887334d3b623c999c9adc06843 (patch)
tree4a59a957dfb9abf9bac89b624de65cbdb6904422 /go.mod
parent5278665a4dab4d90c7aac56aa76ce2c24705da8c (diff)
build: use go 1.19 and tidy up deps
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod13
1 files changed, 9 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index 0a175d2..5c0f3b3 100644
--- a/go.mod
+++ b/go.mod
@@ -1,14 +1,19 @@
module github.com/thousandeyes/shoelaces
-go 1.15
+go 1.19
require (
github.com/go-kit/kit v0.12.0
- github.com/go-kit/log v0.2.1 // indirect
- github.com/go-stack/stack v1.8.1 // indirect
github.com/gorilla/mux v1.8.0
github.com/justinas/alice v1.2.0
- github.com/kr/logfmt v0.0.0-20210122060352-19f9bcb100e6 // indirect
github.com/namsral/flag v1.7.4-pre
gopkg.in/yaml.v2 v2.4.0
)
+
+require (
+ github.com/go-kit/log v0.2.1 // indirect
+ github.com/go-logfmt/logfmt v0.5.1 // indirect
+ github.com/kr/text v0.2.0 // indirect
+ github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
+ gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
+)
nihil fit ex nihilo