From e79949a49fe7df731144fb91831a264be45d4916 Mon Sep 17 00:00:00 2001 From: Soderasen AU Date: Tue, 20 Jun 2023 10:40:53 +1000 Subject: [PATCH] chore: upgrade deps --- go.mod | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 395e907..5f043bf 100644 --- a/go.mod +++ b/go.mod @@ -1,28 +1,28 @@ module github.com/Click-CI/common -go 1.18 +go 1.20 require ( github.com/dghubble/oauth1 v0.7.2 github.com/rs/zerolog v1.29.1 github.com/russellhaering/gosaml2 v0.9.1 github.com/russellhaering/goxmldsig v1.4.0 - golang.org/x/oauth2 v0.7.0 + golang.org/x/oauth2 v0.9.0 gopkg.in/natefinch/lumberjack.v2 v2.2.1 ) require ( - github.com/beevik/etree v1.1.3 // indirect + github.com/beevik/etree v1.2.0 // indirect github.com/golang/protobuf v1.5.3 // indirect github.com/google/go-cmp v0.5.9 // indirect github.com/jonboulle/clockwork v0.4.0 // indirect github.com/mattermost/xml-roundtrip-validator v0.1.0 // indirect github.com/mattn/go-colorable v0.1.13 // indirect - github.com/mattn/go-isatty v0.0.18 // indirect + github.com/mattn/go-isatty v0.0.19 // indirect github.com/pkg/errors v0.9.1 // indirect github.com/stretchr/testify v1.8.2 // indirect - golang.org/x/net v0.9.0 // indirect - golang.org/x/sys v0.7.0 // indirect + golang.org/x/net v0.11.0 // indirect + golang.org/x/sys v0.9.0 // indirect google.golang.org/appengine v1.6.7 // indirect google.golang.org/protobuf v1.30.0 // indirect )