Skip to content
Snippets Groups Projects
Select Git revision
  • 635e38f531c85fd7bd6a2d3740c3b3ba5a002549
  • release default
  • master protected
  • hotfix/gtnNoToken
  • XX-4441
  • Jakub/rootless-CI
  • jonah/refactorProviders
  • Ace/Huawei
  • AceVentura/AccountBackup
  • hotfix/delete-error
  • waitingRoundsRewrite
  • dev
  • quantumSecure
  • hotfix/ratelimit
  • fullRateLimit
  • XX-3564/TlsCipherSuite
  • hotfix/notifications-db
  • hotfix/groupNotification
  • Project/LastMile
  • notls
  • url-repo-rename
  • v2.3.0
  • v2.2.0
  • v2.1.0
  • v2.0.0
  • v1.0.0
26 results

go.mod

Blame
  • This project manages its dependencies using Go Modules. Learn more
    go.mod 4.02 KiB
    module gitlab.com/elixxir/notifications-bot
    
    go 1.19
    
    require (
    	firebase.google.com/go v3.12.0+incompatible
    	github.com/pkg/errors v0.9.1
    	github.com/sideshow/apns2 v0.20.0
    	github.com/spf13/cobra v1.5.0
    	github.com/spf13/jwalterweatherman v1.1.0
    	github.com/spf13/viper v1.12.0
    	gitlab.com/elixxir/comms v0.0.4-0.20230322130755-e59b16bce601
    	gitlab.com/elixxir/crypto v0.0.7-0.20230214180106-72841fd1e426
    	gitlab.com/elixxir/primitives v0.0.3-0.20230214180039-9a25e2d3969c
    	gitlab.com/xx_network/comms v0.0.4-0.20230214180029-5387fb85736d
    	gitlab.com/xx_network/crypto v0.0.5-0.20230214003943-8a09396e95dd
    	gitlab.com/xx_network/primitives v0.0.4-0.20230310205521-c440e68e34c4
    	golang.org/x/net v0.6.0
    	google.golang.org/api v0.103.0
    	gorm.io/driver/postgres v1.5.0
    	gorm.io/driver/sqlite v1.4.4
    	gorm.io/gorm v1.24.7-0.20230306060331-85eaf9eeda11
    )
    
    require (
    	cloud.google.com/go v0.107.0 // indirect
    	cloud.google.com/go/compute v1.13.0 // indirect
    	cloud.google.com/go/compute/metadata v0.2.1 // indirect
    	cloud.google.com/go/firestore v1.9.0 // indirect
    	cloud.google.com/go/iam v0.10.0 // indirect
    	cloud.google.com/go/longrunning v0.3.0 // indirect
    	cloud.google.com/go/storage v1.27.0 // indirect
    	git.xx.network/elixxir/grpc-web-go-client v0.0.0-20230214175953-5b5a8c33d28a // indirect
    	github.com/cenkalti/backoff/v4 v4.1.3 // indirect
    	github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
    	github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
    	github.com/elliotchance/orderedmap v1.4.0 // indirect
    	github.com/fsnotify/fsnotify v1.5.4 // indirect
    	github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3 // indirect
    	github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
    	github.com/golang/protobuf v1.5.2 // indirect
    	github.com/google/go-cmp v0.5.9 // indirect
    	github.com/google/uuid v1.3.0 // indirect
    	github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
    	github.com/googleapis/gax-go/v2 v2.7.0 // indirect
    	github.com/gorilla/websocket v1.5.0 // indirect
    	github.com/hashicorp/hcl v1.0.0 // indirect
    	github.com/improbable-eng/grpc-web v0.15.0 // indirect
    	github.com/inconshreveable/mousetrap v1.0.0 // indirect
    	github.com/jackc/pgpassfile v1.0.0 // indirect
    	github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
    	github.com/jackc/pgx/v5 v5.3.0 // indirect
    	github.com/jinzhu/inflection v1.0.0 // indirect
    	github.com/jinzhu/now v1.1.5 // indirect
    	github.com/klauspost/compress v1.15.9 // indirect
    	github.com/klauspost/cpuid/v2 v2.1.0 // indirect
    	github.com/magiconair/properties v1.8.6 // indirect
    	github.com/mattn/go-sqlite3 v1.14.15 // indirect
    	github.com/mitchellh/go-homedir v1.1.0 // indirect
    	github.com/mitchellh/mapstructure v1.5.0 // indirect
    	github.com/pelletier/go-toml v1.9.5 // indirect
    	github.com/pelletier/go-toml/v2 v2.0.2 // indirect
    	github.com/rs/cors v1.8.2 // indirect
    	github.com/soheilhy/cmux v0.1.5 // indirect
    	github.com/spf13/afero v1.9.2 // indirect
    	github.com/spf13/cast v1.5.0 // indirect
    	github.com/spf13/pflag v1.0.5 // indirect
    	github.com/subosito/gotenv v1.4.0 // indirect
    	github.com/zeebo/blake3 v0.2.3 // indirect
    	gitlab.com/xx_network/ring v0.0.3-0.20220902183151-a7d3b15bc981 // indirect
    	go.opencensus.io v0.24.0 // indirect
    	go.uber.org/atomic v1.10.0 // indirect
    	golang.org/x/crypto v0.6.0 // indirect
    	golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783 // indirect
    	golang.org/x/sync v0.1.0 // indirect
    	golang.org/x/sys v0.5.0 // indirect
    	golang.org/x/text v0.7.0 // indirect
    	golang.org/x/time v0.1.0 // indirect
    	golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
    	google.golang.org/appengine v1.6.7 // indirect
    	google.golang.org/genproto v0.0.0-20221205194025-8222ab48f5fc // indirect
    	google.golang.org/grpc v1.51.0 // indirect
    	google.golang.org/protobuf v1.28.1 // indirect
    	gopkg.in/ini.v1 v1.66.6 // indirect
    	gopkg.in/yaml.v2 v2.4.0 // indirect
    	gopkg.in/yaml.v3 v3.0.1 // indirect
    	nhooyr.io/websocket v1.8.7 // indirect
    	src.agwa.name/tlshacks v0.0.0-20220518131152-d2c6f4e2b780 // indirect
    )