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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,21 @@ require (
github.com/stretchr/testify v1.8.1
github.com/swaggo/http-swagger v1.0.0
github.com/swaggo/swag v1.8.7
golang.org/x/sys v0.1.0 // indirect
golang.org/x/tools v0.2.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/tools v0.6.0 // indirect
google.golang.org/appengine v1.6.1 // indirect
)

require (
github.com/KyleBanks/depth v1.2.1 // indirect
github.com/PuerkitoBio/purell v1.2.0 // indirect
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-openapi/jsonpointer v0.19.5 // indirect
github.com/go-openapi/jsonreference v0.20.0 // indirect
github.com/go-openapi/swag v0.22.3 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.5.0 // indirect
github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14 // indirect
golang.org/x/net v0.1.0 // indirect
golang.org/x/text v0.4.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
golang.org/x/net v0.23.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

Expand Down
82 changes: 46 additions & 36 deletions go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vendor/golang.org/x/net/webdav/if.go

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

2 changes: 1 addition & 1 deletion vendor/golang.org/x/net/webdav/webdav.go

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

2 changes: 1 addition & 1 deletion vendor/golang.org/x/sys/execabs/execabs.go

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

7 changes: 6 additions & 1 deletion vendor/golang.org/x/sys/execabs/execabs_go118.go

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

13 changes: 9 additions & 4 deletions vendor/golang.org/x/sys/execabs/execabs_go119.go

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

20 changes: 5 additions & 15 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ github.com/Harrison-Miller/rcon
# github.com/KyleBanks/depth v1.2.1
## explicit
github.com/KyleBanks/depth
# github.com/PuerkitoBio/purell v1.2.0
## explicit; go 1.19
# github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578
## explicit
# github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
## explicit
github.com/alecthomas/template
Expand Down Expand Up @@ -58,8 +54,6 @@ github.com/pkg/errors
# github.com/pmezard/go-difflib v1.0.0
## explicit
github.com/pmezard/go-difflib/difflib
# github.com/stretchr/objx v0.5.0
## explicit; go 1.12
# github.com/stretchr/testify v1.8.1
## explicit; go 1.13
github.com/stretchr/testify/assert
Expand All @@ -73,16 +67,14 @@ github.com/swaggo/http-swagger
# github.com/swaggo/swag v1.8.7
## explicit; go 1.18
github.com/swaggo/swag
# golang.org/x/net v0.1.0
## explicit; go 1.17
# golang.org/x/net v0.23.0
## explicit; go 1.18
golang.org/x/net/webdav
golang.org/x/net/webdav/internal/xml
# golang.org/x/sys v0.1.0
## explicit; go 1.17
# golang.org/x/sys v0.18.0
## explicit; go 1.18
golang.org/x/sys/execabs
# golang.org/x/text v0.4.0
## explicit; go 1.17
# golang.org/x/tools v0.2.0
# golang.org/x/tools v0.6.0
## explicit; go 1.18
golang.org/x/tools/go/ast/astutil
golang.org/x/tools/go/buildutil
Expand All @@ -92,8 +84,6 @@ golang.org/x/tools/internal/typeparams
# google.golang.org/appengine v1.6.1
## explicit
google.golang.org/appengine/cloudsql
# gopkg.in/yaml.v2 v2.4.0
## explicit; go 1.15
# gopkg.in/yaml.v3 v3.0.1
## explicit
gopkg.in/yaml.v3