Skip to content

Commit

Permalink
feat(go.mod): update github.com/searKing/golang/* to v1.2.99
Browse files Browse the repository at this point in the history
  • Loading branch information
searKing committed Aug 31, 2023
1 parent f75517c commit c7919ce
Show file tree
Hide file tree
Showing 2 changed files with 138 additions and 647 deletions.
87 changes: 43 additions & 44 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,34 @@ module github.com/searKing/golang
go 1.21

require (
github.com/searKing/golang/go v1.2.98
github.com/searKing/golang/pkg/webserver v1.2.93
github.com/searKing/golang/third_party/github.com/gin-gonic/gin v1.2.91
github.com/searKing/golang/third_party/github.com/go-sql-driver/mysql v1.2.43
github.com/searKing/golang/third_party/github.com/golang/go v1.2.43
github.com/searKing/golang/third_party/github.com/golang/protobuf v1.2.43
github.com/searKing/golang/third_party/github.com/google/uuid v1.2.29
github.com/searKing/golang/third_party/github.com/gorilla/websocket v1.2.43
github.com/searKing/golang/third_party/github.com/grpc-ecosystem/go-grpc-middleware v1.2.43
github.com/searKing/golang/third_party/github.com/grpc-ecosystem/grpc-gateway v1.2.43
github.com/searKing/golang/third_party/github.com/grpc-ecosystem/grpc-gateway-v2 v1.2.93
github.com/searKing/golang/third_party/github.com/gtank/cryptopasta v1.2.29
github.com/searKing/golang/third_party/github.com/jmoiron/sqlx v1.2.43
github.com/searKing/golang/third_party/github.com/julienschmidt/httprouter v1.2.29
github.com/searKing/golang/third_party/github.com/open-telemetry/opentelemetry-go-contrib/instrumentation/github.com/searKing/otelhttp v1.2.89
github.com/searKing/golang/third_party/github.com/open-telemetry/opentelemetry-go-contrib/instrumentation/google.golang.org/grpc/otelgrpc v1.2.89
github.com/searKing/golang/third_party/github.com/open-telemetry/opentelemetry-go-contrib/instrumentation/otlpsql v1.2.89
github.com/searKing/golang/third_party/github.com/open-telemetry/opentelemetry-go/metric v1.2.29
github.com/searKing/golang/third_party/github.com/sirupsen/logrus v1.2.86
github.com/searKing/golang/third_party/github.com/spf13/pflag v1.2.29
github.com/searKing/golang/third_party/github.com/spf13/viper v1.2.67
github.com/searKing/golang/third_party/github.com/syndtr/goleveldb v1.2.28
github.com/searKing/golang/third_party/github.com/urfave/negroni v1.2.29
github.com/searKing/golang/third_party/gocloud.dev v1.2.43
github.com/searKing/golang/third_party/google.golang.org/grpc v1.2.93
github.com/searKing/golang/third_party/google.golang.org/grpc/grpclog/logruslogger v1.2.86
github.com/searKing/golang/third_party/google.golang.org/protobuf v1.2.86
github.com/searKing/golang/tools v1.2.29
github.com/searKing/golang/go v1.2.99
github.com/searKing/golang/pkg/webserver v1.2.99
github.com/searKing/golang/third_party/github.com/gin-gonic/gin v1.2.99
github.com/searKing/golang/third_party/github.com/go-sql-driver/mysql v1.2.99
github.com/searKing/golang/third_party/github.com/golang/go v1.2.99
github.com/searKing/golang/third_party/github.com/golang/protobuf v1.2.99
github.com/searKing/golang/third_party/github.com/google/uuid v1.2.99
github.com/searKing/golang/third_party/github.com/gorilla/websocket v1.2.99
github.com/searKing/golang/third_party/github.com/grpc-ecosystem/go-grpc-middleware v1.2.99
github.com/searKing/golang/third_party/github.com/grpc-ecosystem/grpc-gateway v1.2.99
github.com/searKing/golang/third_party/github.com/grpc-ecosystem/grpc-gateway-v2 v1.2.99
github.com/searKing/golang/third_party/github.com/gtank/cryptopasta v1.2.99
github.com/searKing/golang/third_party/github.com/jmoiron/sqlx v1.2.99
github.com/searKing/golang/third_party/github.com/julienschmidt/httprouter v1.2.99
github.com/searKing/golang/third_party/github.com/open-telemetry/opentelemetry-go-contrib/instrumentation/github.com/searKing/otelhttp v1.2.99
github.com/searKing/golang/third_party/github.com/open-telemetry/opentelemetry-go-contrib/instrumentation/google.golang.org/grpc/otelgrpc v1.2.99
github.com/searKing/golang/third_party/github.com/open-telemetry/opentelemetry-go-contrib/instrumentation/otlpsql v1.2.99
github.com/searKing/golang/third_party/github.com/open-telemetry/opentelemetry-go/metric v1.2.99
github.com/searKing/golang/third_party/github.com/sirupsen/logrus v1.2.99
github.com/searKing/golang/third_party/github.com/spf13/pflag v1.2.99
github.com/searKing/golang/third_party/github.com/spf13/viper v1.2.99
github.com/searKing/golang/third_party/github.com/syndtr/goleveldb v1.2.99
github.com/searKing/golang/third_party/github.com/urfave/negroni v1.2.99
github.com/searKing/golang/third_party/gocloud.dev v1.2.99
github.com/searKing/golang/third_party/google.golang.org/grpc v1.2.99
github.com/searKing/golang/third_party/google.golang.org/grpc/grpclog/logruslogger v1.2.99
github.com/searKing/golang/third_party/google.golang.org/protobuf v1.2.99
github.com/searKing/golang/tools v1.2.99
)

require (
Expand All @@ -46,14 +46,13 @@ require (
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.15.0 // indirect
github.com/go-sql-driver/mysql v1.6.0 // indirect
github.com/go-sql-driver/mysql v1.7.1 // indirect
github.com/goccy/go-json v0.10.2 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/google/uuid v1.3.1 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.0-rc.5 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.2 // indirect
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.0 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.17.1 // indirect
github.com/gtank/cryptopasta v0.0.0-20170601214702-1f550f6f2f69 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
Expand All @@ -68,31 +67,31 @@ require (
github.com/pelletier/go-toml/v2 v2.0.9 // indirect
github.com/rs/cors v1.9.0 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/spf13/afero v1.9.3 // indirect
github.com/spf13/cast v1.5.0 // indirect
github.com/spf13/afero v1.9.5 // indirect
github.com/spf13/cast v1.5.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.15.0 // indirect
github.com/spf13/viper v1.16.0 // indirect
github.com/subosito/gotenv v1.4.2 // indirect
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
github.com/ugorji/go/codec v1.2.11 // indirect
github.com/urfave/negroni v1.0.0 // indirect
go.opentelemetry.io/contrib v1.17.0 // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.42.0 // indirect
go.opentelemetry.io/otel v1.16.0 // indirect
go.opentelemetry.io/otel/metric v1.16.0 // indirect
go.opentelemetry.io/otel/trace v1.16.0 // indirect
go.opentelemetry.io/contrib v1.18.0 // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.43.0 // indirect
go.opentelemetry.io/otel v1.17.0 // indirect
go.opentelemetry.io/otel/metric v1.17.0 // indirect
go.opentelemetry.io/otel/trace v1.17.0 // indirect
golang.org/x/arch v0.4.0 // indirect
golang.org/x/crypto v0.12.0 // indirect
golang.org/x/exp v0.0.0-20230811145659-89c5cff77bcb // indirect
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 // indirect
golang.org/x/net v0.14.0 // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/sys v0.11.0 // indirect
golang.org/x/term v0.11.0 // indirect
golang.org/x/text v0.12.0 // indirect
golang.org/x/time v0.3.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20230815205213-6bfd019c3878 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230815205213-6bfd019c3878 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
google.golang.org/grpc v1.57.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
Expand Down
Loading

0 comments on commit c7919ce

Please sign in to comment.