Skip to content
Snippets Groups Projects
Select Git revision
  • c618256d35a120a2941159927c54f542b4fc125e
  • main default protected
  • v1.298.0
  • v1.297.0
  • v1.296.0
  • v1.295.0
  • v1.294.0
  • v1.293.0
  • v1.292.0
  • v1.291.0
  • v1.290.0
  • v1.289.0
  • v1.288.0
  • v1.287.0
  • v1.286.0
  • v1.285.0
  • v1.284.0
  • v1.283.0
  • v1.282.0
  • v1.281.0
  • v1.280.0
  • v1.279.0
22 results

go.mod

Blame
  • This project manages its dependencies using Go Modules. Learn more
    go.mod 2.48 KiB
    module gitlab.bob.co.za/bob-public-utils/bobgroup-go-utils
    
    go 1.21
    
    require (
    	github.com/MindscapeHQ/raygun4go v1.1.1
    	github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de
    	github.com/aws/aws-lambda-go v1.26.0
    	github.com/aws/aws-sdk-go v1.44.180
    	github.com/aws/aws-secretsmanager-caching-go v1.1.0
    	github.com/dlsniper/debugger v0.6.0
    	github.com/go-pg/pg/v10 v10.10.6
    	github.com/go-redis/redis/v8 v8.11.4
    	github.com/go-redis/redis_rate/v9 v9.1.2
    	github.com/go-resty/resty/v2 v2.7.0
    	github.com/golang-jwt/jwt/v4 v4.4.3
    	github.com/google/uuid v1.3.0
    	github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
    	github.com/opensearch-project/opensearch-go/v2 v2.2.0
    	github.com/pkg/errors v0.9.1
    	github.com/r3labs/diff/v2 v2.14.2
    	github.com/samber/lo v1.38.1
    	github.com/sirupsen/logrus v1.8.1
    	github.com/thoas/go-funk v0.9.1
    	github.com/uptrace/bun v1.1.14
    	golang.ngrok.com/ngrok v1.4.1
    	golang.org/x/crypto v0.9.0
    	golang.org/x/text v0.9.0
    )
    
    require (
    	github.com/cespare/xxhash/v2 v2.1.2 // indirect
    	github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
    	github.com/go-errors/errors v1.4.1 // indirect
    	github.com/go-pg/zerochecker v0.2.0 // indirect
    	github.com/go-stack/stack v1.8.1 // indirect
    	github.com/golang/protobuf v1.5.2 // indirect
    	github.com/inconshreveable/log15 v3.0.0-testing.3+incompatible // indirect
    	github.com/inconshreveable/log15/v3 v3.0.0-testing.5 // indirect
    	github.com/jinzhu/inflection v1.0.0 // indirect
    	github.com/jmespath/go-jmespath v0.4.0 // indirect
    	github.com/jpillora/backoff v1.0.0 // indirect
    	github.com/mattn/go-colorable v0.1.13 // indirect
    	github.com/mattn/go-isatty v0.0.19 // indirect
    	github.com/pborman/uuid v1.2.1 // indirect
    	github.com/smartystreets/goconvey v1.7.2 // indirect
    	github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect
    	github.com/vmihailenco/bufpool v0.1.11 // indirect
    	github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
    	github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
    	github.com/vmihailenco/tagparser v0.1.2 // indirect
    	github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
    	go.uber.org/multierr v1.10.0 // indirect
    	golang.ngrok.com/muxado/v2 v2.0.0 // indirect
    	golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 // indirect
    	golang.org/x/net v0.10.0 // indirect
    	golang.org/x/sys v0.8.0 // indirect
    	golang.org/x/term v0.8.0 // indirect
    	google.golang.org/appengine v1.6.6 // indirect
    	google.golang.org/protobuf v1.28.1 // indirect
    	mellium.im/sasl v0.2.1 // indirect
    )