Skip to content

Commit

Permalink
Merge pull request #400 from bojand/go_mod_updates_2
Browse files Browse the repository at this point in the history
update some go modules
  • Loading branch information
bojand committed Jan 30, 2023
2 parents 3ba53db + d3ef088 commit 7be0149
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 57 deletions.
16 changes: 8 additions & 8 deletions go.mod
Expand Up @@ -14,16 +14,16 @@ require (
github.com/golangci/golangci-lint v1.43.0
github.com/google/uuid v1.3.0
github.com/jhump/protoreflect v1.9.0
github.com/jinzhu/configor v1.1.1
github.com/jinzhu/gorm v1.9.11
github.com/jinzhu/configor v1.2.1
github.com/jinzhu/gorm v1.9.16
github.com/labstack/echo v3.3.10+incompatible
github.com/labstack/gommon v0.3.0
github.com/labstack/gommon v0.4.0
github.com/mfridman/tparse v0.11.1
github.com/pkg/errors v0.9.1
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.32.1
github.com/rakyll/statik v0.1.6
github.com/stretchr/testify v1.8.0
github.com/rakyll/statik v0.1.7
github.com/stretchr/testify v1.8.1
go.uber.org/multierr v1.9.0
go.uber.org/zap v1.24.0
golang.org/x/net v0.5.0
Expand Down Expand Up @@ -130,7 +130,7 @@ require (
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mattn/go-sqlite3 v1.11.0 // indirect
github.com/mattn/go-sqlite3 v1.14.0 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/mbilski/exhaustivestruct v1.2.0 // indirect
github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 // indirect
Expand Down Expand Up @@ -176,7 +176,7 @@ require (
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.11.0 // indirect
github.com/ssgreg/nlreturn/v2 v2.2.1 // indirect
github.com/stretchr/objx v0.4.0 // indirect
github.com/stretchr/objx v0.5.0 // indirect
github.com/subosito/gotenv v1.2.0 // indirect
github.com/sylvia7788/contextcheck v1.0.4 // indirect
github.com/tdakkota/asciicheck v0.1.1 // indirect
Expand All @@ -188,7 +188,7 @@ require (
github.com/ultraware/whitespace v0.0.5 // indirect
github.com/uudashr/gocognit v1.0.5 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.0.1 // indirect
github.com/valyala/fasttemplate v1.2.1 // indirect
github.com/yeya24/promlinter v0.2.0 // indirect
go.uber.org/atomic v1.7.0 // indirect
golang.org/x/crypto v0.3.0 // indirect
Expand Down

0 comments on commit 7be0149

Please sign in to comment.