Skip to content
Snippets Groups Projects
Select Git revision
  • fd8b9b2062a8d904462093ad4331915687e81eab
  • main default protected
  • trading_hours
  • refactor_trading_hours
  • audit_cleaning_cater_for_non_struct_fields
  • remove-info-logs
  • sl-refactor
  • 18-use-scan-for-param-values
  • 17-order-search-results
  • 4-simplify-framework-2
  • 1-http-error
  • 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
  • v1.278.0
31 results

go.mod

Blame
  • This project manages its dependencies using Go Modules. Learn more
    go.mod 1.58 KiB
    module gitlab.com/uafrica/go-utils
    
    go 1.17
    
    require (
    	github.com/aws/aws-lambda-go v1.26.0
    	github.com/aws/aws-sdk-go v1.40.50
    	github.com/aws/aws-secretsmanager-caching-go v1.1.0
    	github.com/cespare/xxhash/v2 v2.1.1 // indirect
    	github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
    	github.com/fatih/color v1.13.0
    	github.com/go-pg/pg/v10 v10.10.5
    	github.com/go-pg/zerochecker v0.2.0 // indirect
    	github.com/go-redis/redis/v8 v8.11.3
    	github.com/google/uuid v1.3.0
    	github.com/jinzhu/inflection v1.0.0 // indirect
    	github.com/jmespath/go-jmespath v0.4.0 // indirect
    	github.com/mattn/go-colorable v0.1.9 // indirect
    	github.com/mattn/go-isatty v0.0.14 // indirect
    	github.com/pkg/errors v0.9.1
    	github.com/thoas/go-funk v0.9.1
    	github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect
    	github.com/vmihailenco/bufpool v0.1.11 // indirect
    	github.com/vmihailenco/msgpack/v5 v5.3.4 // indirect
    	github.com/vmihailenco/tagparser v0.1.2 // indirect
    	github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
    	golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
    	golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
    	golang.org/x/text v0.3.7
    	mellium.im/sasl v0.2.1 // indirect
    )
    
    require (
    	github.com/golang/protobuf v1.5.2 // indirect
    	github.com/opensearch-project/opensearch-go v1.0.0
    	github.com/r3labs/diff/v2 v2.14.0
    	github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
    	golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
    	google.golang.org/appengine v1.6.6 // indirect
    	google.golang.org/protobuf v1.26.0 // indirect
    )