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
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ module github.com/zavla/upload
go 1.16

require (
github.com/gin-gonic/gin v1.7.2-0.20210907050519-ae349b4015f4
github.com/gin-gonic/gin v1.9.0
github.com/google/uuid v1.1.1
github.com/secsy/goftp v0.0.0-20190720192957-f31499d7c79a
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/zavla/dpapi v1.0.0
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069
golang.org/x/crypto v0.5.0
golang.org/x/net v0.7.0
golang.org/x/sys v0.5.0
)
Loading