go.mod (view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
module argus-core go 1.23.3 require ( github.com/gocql/gocql v1.7.0 github.com/golang-jwt/jwt/v5 v5.2.1 github.com/joho/godotenv v1.5.1 github.com/twitchtv/twirp v8.1.3+incompatible golang.org/x/crypto v0.27.0 google.golang.org/protobuf v1.36.0 ) require ( github.com/golang/snappy v0.0.3 // indirect github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect github.com/kr/pretty v0.3.0 // indirect github.com/pkg/errors v0.9.1 // indirect gopkg.in/inf.v0 v0.9.1 // indirect ) |