aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 6 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index 669a918e..eba779d9 100644
--- a/go.mod
+++ b/go.mod
@@ -6,7 +6,7 @@ go 1.19
replace github.com/praetorian-inc/gokart v0.5.1 => github.com/selesy/gokart v0.5.2-rc1
require (
- github.com/99designs/gqlgen v0.17.36
+ github.com/99designs/gqlgen v0.17.49
github.com/99designs/keyring v1.2.2
github.com/MichaelMure/go-term-text v0.3.1
github.com/ProtonMail/go-crypto v1.0.0
@@ -40,6 +40,8 @@ require (
require (
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
+ github.com/google/uuid v1.6.0 // indirect
+ github.com/sosodev/duration v1.3.1 // indirect
golang.org/x/telemetry v0.0.0-20240522233618-39ace7a40ae7 // indirect
)
@@ -106,10 +108,10 @@ require (
github.com/steveyen/gtreap v0.1.0 // indirect
github.com/stretchr/objx v0.5.2 // indirect
github.com/tinylib/msgp v1.1.0 // indirect
- github.com/urfave/cli/v2 v2.25.5 // indirect
+ github.com/urfave/cli/v2 v2.27.2 // indirect
github.com/willf/bitset v1.1.10 // indirect
github.com/xanzy/ssh-agent v0.3.3 // indirect
- github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
+ github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 // indirect
github.com/zclconf/go-cty v1.8.4 // indirect
go.etcd.io/bbolt v1.3.5 // indirect
golang.org/x/mod v0.19.0 // indirect
@@ -118,7 +120,7 @@ require (
golang.org/x/time v0.3.0 // indirect
golang.org/x/tools v0.23.0 // indirect
golang.org/x/vuln v1.1.3
- google.golang.org/protobuf v1.33.0 // indirect
+ google.golang.org/protobuf v1.34.1 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)