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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 4 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module github.com/caicloud/nirvana
go 1.13

require (
github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect
github.com/go-openapi/spec v0.20.1
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/opentracing/opentracing-go v1.1.0
Expand All @@ -14,8 +15,9 @@ require (
github.com/spf13/viper v1.7.1
github.com/uber/jaeger-client-go v2.22.1+incompatible
github.com/uber/jaeger-lib v2.4.0+incompatible // indirect
golang.org/x/text v0.3.4
golang.org/x/tools v0.0.0-20200103221440-774c71fcf114
golang.org/x/text v0.3.8
golang.org/x/tools v0.1.12
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.17.1
gopkg.in/yaml.v2 v2.4.0
)
62 changes: 58 additions & 4 deletions go.sum

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions vendor/golang.org/x/mod/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions vendor/golang.org/x/mod/PATENTS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions vendor/golang.org/x/net/AUTHORS

This file was deleted.

3 changes: 0 additions & 3 deletions vendor/golang.org/x/net/CONTRIBUTORS

This file was deleted.

14 changes: 14 additions & 0 deletions vendor/golang.org/x/net/idna/go118.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading