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
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,18 @@ require (
github.com/moogar0880/problems v0.1.1
github.com/oracle/oci-go-sdk v24.3.0+incompatible
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/prometheus/client_golang v1.10.0
github.com/prometheus/common v0.25.0
github.com/prometheus/client_golang v1.14.0
github.com/prometheus/common v0.41.0
github.com/sagikazarmark/viperx v0.8.0
github.com/shopspring/decimal v1.2.0 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0
github.com/stretchr/testify v1.8.0
github.com/ugorji/go v1.1.7 // indirect
github.com/vektah/gqlparser/v2 v2.2.0
go.opencensus.io v0.23.0
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c
golang.org/x/oauth2 v0.5.0
google.golang.org/api v0.47.0
gopkg.in/go-playground/validator.v8 v8.18.2
logur.dev/adapter/logrus v0.5.0
Expand Down
Loading