-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
62 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,76 @@ | ||
module gitlab.com/Cacophony/go-kit | ||
|
||
require ( | ||
github.com/Masterminds/goutils v1.1.0 // indirect | ||
github.com/Masterminds/semver v1.4.2 // indirect | ||
github.com/Masterminds/sprig v2.20.0+incompatible | ||
github.com/Seklfreak/polr-go v0.0.0-20190324143256-a87fed130937 | ||
github.com/Unleash/unleash-client-go/v3 v3.0.0 | ||
github.com/bwmarrin/discordgo v0.22.1-0.20201016070959-7ab242d361c0 | ||
github.com/certifi/gocertifi v0.0.0-20190506164543-d2eda7129713 // indirect | ||
github.com/denisenkom/go-mssqldb v0.0.0-20190515213511-eb9f6a1743f3 // indirect | ||
github.com/bwmarrin/discordgo v0.25.0 | ||
github.com/dustin/go-humanize v1.0.0 | ||
github.com/getsentry/raven-go v0.2.0 | ||
github.com/go-chi/chi v4.0.2+incompatible | ||
github.com/go-redis/redis v6.15.2+incompatible | ||
github.com/golang/protobuf v1.4.3 // indirect | ||
github.com/google/uuid v1.1.2 | ||
github.com/gorilla/websocket v1.4.2 // indirect | ||
github.com/huandu/xstrings v1.2.0 // indirect | ||
github.com/imdario/mergo v0.3.7 // indirect | ||
github.com/jinzhu/gorm v1.9.8 | ||
github.com/jinzhu/inflection v0.0.0-20190603042836-f5c5f50e6090 // indirect | ||
github.com/json-iterator/go v1.1.6 | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.1 // indirect | ||
github.com/onsi/ginkgo v1.8.0 // indirect | ||
github.com/onsi/gomega v1.5.0 // indirect | ||
github.com/pelletier/go-toml v1.4.0 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/streadway/amqp v1.0.0 | ||
github.com/stretchr/testify v1.6.1 | ||
go.opencensus.io v0.22.5 // indirect | ||
go.opentelemetry.io/otel v0.12.0 | ||
go.uber.org/atomic v1.4.0 // indirect | ||
go.uber.org/multierr v1.1.0 // indirect | ||
go.uber.org/zap v1.10.0 | ||
gocloud.dev v0.20.0 | ||
gocloud.dev/pubsub/rabbitpubsub v0.20.0 | ||
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect | ||
golang.org/x/net v0.0.0-20201016165138-7b1cca2348c0 // indirect | ||
mvdan.cc/xurls/v2 v2.0.0 | ||
) | ||
|
||
require ( | ||
cloud.google.com/go v0.58.0 // indirect | ||
cloud.google.com/go/storage v1.9.0 // indirect | ||
github.com/BurntSushi/toml v0.3.1 // indirect | ||
github.com/Masterminds/goutils v1.1.0 // indirect | ||
github.com/Masterminds/semver v1.4.2 // indirect | ||
github.com/certifi/gocertifi v0.0.0-20190506164543-d2eda7129713 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/denisenkom/go-mssqldb v0.0.0-20190515213511-eb9f6a1743f3 // indirect | ||
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect | ||
github.com/golang/protobuf v1.4.3 // indirect | ||
github.com/google/go-cmp v0.5.2 // indirect | ||
github.com/google/wire v0.4.0 // indirect | ||
github.com/googleapis/gax-go v2.0.2+incompatible // indirect | ||
github.com/googleapis/gax-go/v2 v2.0.5 // indirect | ||
github.com/gorilla/websocket v1.5.0 // indirect | ||
github.com/huandu/xstrings v1.2.0 // indirect | ||
github.com/imdario/mergo v0.3.7 // indirect | ||
github.com/jinzhu/inflection v0.0.0-20190603042836-f5c5f50e6090 // indirect | ||
github.com/jstemmer/go-junit-report v0.9.1 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.1 // indirect | ||
github.com/onsi/ginkgo v1.8.0 // indirect | ||
github.com/onsi/gomega v1.5.0 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72 // indirect | ||
go.opencensus.io v0.22.5 // indirect | ||
go.uber.org/atomic v1.4.0 // indirect | ||
go.uber.org/multierr v1.1.0 // indirect | ||
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect | ||
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect | ||
golang.org/x/mod v0.3.0 // indirect | ||
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect | ||
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect | ||
golang.org/x/sync v0.0.0-20201008141435-b3e1573b7520 // indirect | ||
golang.org/x/sys v0.0.0-20201018230417-eeed37f84f13 // indirect | ||
golang.org/x/sys v0.0.0-20220708085239-5a0f0661e09d // indirect | ||
golang.org/x/text v0.3.6 // indirect | ||
golang.org/x/tools v0.0.0-20200608174601-1b747fd94509 // indirect | ||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect | ||
google.golang.org/api v0.26.0 // indirect | ||
google.golang.org/appengine v1.6.6 // indirect | ||
google.golang.org/genproto v0.0.0-20201015140912-32ed001d685c // indirect | ||
google.golang.org/grpc v1.33.0 // indirect | ||
google.golang.org/protobuf v1.25.0 // indirect | ||
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect | ||
gopkg.in/h2non/gock.v1 v1.0.14 // indirect | ||
mvdan.cc/xurls/v2 v2.0.0 | ||
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect | ||
honnef.co/go/tools v0.0.1-2020.1.4 // indirect | ||
) | ||
|
||
go 1.13 | ||
go 1.18 |
Oops, something went wrong.