Skip to content

Commit

Permalink
undo accidental go changes
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-mfg committed Jul 28, 2024
1 parent 77b2d6b commit 0c28291
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 89 deletions.
1 change: 0 additions & 1 deletion samples/server/others/go-server/no-body-path-params/go.sum

This file was deleted.

1 change: 0 additions & 1 deletion samples/server/petstore/go-api-server/go.sum

This file was deleted.

1 change: 0 additions & 1 deletion samples/server/petstore/go-chi-server/go.sum

This file was deleted.

30 changes: 0 additions & 30 deletions samples/server/petstore/go-echo-server/go.sum

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ require (
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
github.com/ugorji/go/codec v1.2.11 // indirect
golang.org/x/arch v0.3.0 // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/crypto v0.9.0 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/text v0.9.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
49 changes: 0 additions & 49 deletions samples/server/petstore/go-gin-api-server-interface-only/go.sum

This file was deleted.

6 changes: 3 additions & 3 deletions samples/server/petstore/go-gin-api-server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ require (
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
github.com/ugorji/go/codec v1.2.11 // indirect
golang.org/x/arch v0.3.0 // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/crypto v0.9.0 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/text v0.9.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
1 change: 0 additions & 1 deletion samples/server/petstore/go-server-required/go.sum

This file was deleted.

0 comments on commit 0c28291

Please sign in to comment.