-
Notifications
You must be signed in to change notification settings - Fork 81
/
Copy pathgo.mod
26 lines (23 loc) · 738 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/arangodb/go-driver
go 1.20
require (
github.com/arangodb/go-velocypack v0.0.0-20200318135517-5af53c29c67e
github.com/coreos/go-iptables v0.8.0
github.com/coreos/go-semver v0.3.1
github.com/dchest/uniuri v1.2.0
github.com/golang-jwt/jwt/v5 v5.2.1
github.com/google/uuid v1.6.0
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.33.0
github.com/stretchr/testify v1.9.0
golang.org/x/net v0.33.0
golang.org/x/text v0.21.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.28.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)