Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 4 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,29 +9,23 @@ require (
github.com/boriwo/deepcopy v0.0.0-20220804211148-d5122121a902
github.com/bwmarrin/discordgo v0.27.1
github.com/dop251/goja v0.0.0-20210912140721-ac5354e9a820
github.com/fatih/color v1.12.0 // indirect
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/go-ozzo/ozzo-validation/v4 v4.3.0
github.com/go-redis/redis v6.15.9+incompatible
github.com/go-redis/redis/v8 v8.11.5
github.com/goccy/go-yaml v1.11.2
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/google/go-cmp v0.6.0
github.com/google/uuid v1.4.0
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
github.com/gorilla/mux v1.8.1
github.com/hashicorp/golang-lru v1.0.2
github.com/onsi/gomega v1.30.0
github.com/pelletier/go-toml v1.9.4 // indirect
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.31.0
github.com/sebdah/goldie/v2 v2.5.3
github.com/sergi/go-diff v1.1.0 // indirect
github.com/smartystreets/assertions v0.0.0-20190116191733-b6c0e53d7304 // indirect
github.com/spf13/cast v1.4.1 // indirect
github.com/spf13/cobra v1.8.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.8.1
github.com/spf13/viper v1.18.2
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
github.com/xeipuuv/gojsonschema v1.2.0
github.com/xorcare/pointer v1.2.2
Expand All @@ -49,12 +43,9 @@ require (
go.opentelemetry.io/otel/sdk/export/metric v0.23.0
go.opentelemetry.io/otel/sdk/metric v0.23.0
go.opentelemetry.io/otel/trace v1.0.0-RC3
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/fx v1.20.1
go.uber.org/multierr v1.7.0 // indirect
golang.org/x/net v0.18.0
golang.org/x/oauth2 v0.9.0
golang.org/x/time v0.4.0
gopkg.in/ini.v1 v1.63.0 // indirect
golang.org/x/net v0.19.0
golang.org/x/oauth2 v0.15.0
golang.org/x/time v0.5.0
gopkg.in/yaml.v2 v2.4.0
)
Loading