mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-13 15:35:28 +03:00
Go mod tidy
This commit is contained in:
parent
4e3e255575
commit
837e25be74
2
go.mod
2
go.mod
@ -8,6 +8,7 @@ require (
|
||||
github.com/BurntSushi/toml v1.1.0
|
||||
github.com/ScaleFT/sshkeys v0.0.0-20200327173127-6142f742bca5
|
||||
github.com/gin-gonic/gin v1.7.7
|
||||
github.com/jackc/pgpassfile v1.0.0
|
||||
github.com/jessevdk/go-flags v1.5.0
|
||||
github.com/jmoiron/sqlx v1.3.5
|
||||
github.com/lib/pq v1.10.5
|
||||
@ -27,7 +28,6 @@ require (
|
||||
github.com/go-playground/universal-translator v0.18.0 // indirect
|
||||
github.com/go-playground/validator/v10 v10.9.0 // indirect
|
||||
github.com/golang/protobuf v1.5.2 // indirect
|
||||
github.com/jackc/pgpassfile v1.0.0 // indirect
|
||||
github.com/json-iterator/go v1.1.12 // indirect
|
||||
github.com/leodido/go-urn v1.2.1 // indirect
|
||||
github.com/mattn/go-isatty v0.0.14 // indirect
|
||||
|
Loading…
Reference in New Issue
Block a user