Skip to content
Closed
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
15 changes: 5 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,21 @@ go 1.16

require (
github.com/Azure/azure-extension-foundation v0.0.0-20190726000431-02f4f599e64a
github.com/Azure/azure-extension-platform v0.0.0-20230218002700-ca684482c954 // indirect
github.com/Azure/azure-sdk-for-go v51.3.0+incompatible
github.com/Azure/go-autorest/autorest v0.11.18 // indirect
github.com/ahmetalpbalkan/go-httpbin v0.0.0-20200921172446-862fbad56b77
github.com/ahmetb/go-httpbin v0.0.0-20200921172446-862fbad56b77 // indirect
github.com/andybalholm/brotli v1.0.1 // indirect
github.com/davecgh/go-spew v0.0.0-20151105211317-5215b55f46b2 // indirect
github.com/go-kit/kit v0.1.1-0.20160721083846-b076b44dbec2
github.com/go-logfmt/logfmt v0.2.1-0.20160601130801-d4327190ff83 // indirect
github.com/go-stack/stack v1.5.2 // indirect
github.com/gorilla/context v0.0.0-20160525203319-aed02d124ae4 // indirect
github.com/gorilla/mux v0.0.0-20160605233521-9fa818a44c2b // indirect
github.com/go-kit/kit v0.12.0
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 // indirect
github.com/pkg/errors v0.7.1-0.20160627222352-a2d6902c6d2a
github.com/pkg/errors v0.9.1
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/satori/go.uuid v1.2.0 // indirect
github.com/stretchr/testify v1.1.4-0.20160615092844-d77da356e56a
github.com/stretchr/testify v1.7.0
github.com/xeipuuv/gojsonpointer v0.0.0-20151027082146-e0fe6f683076 // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20150808065054-e02fc20de94c // indirect
github.com/xeipuuv/gojsonschema v0.0.0-20160623135812-c539bca196be
golang.org/x/net v0.0.0-20210220033124-5f55cee0dc0d // indirect
golang.org/x/text v0.3.3
golang.org/x/text v0.3.7
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)
Loading