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
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ go 1.12

require (
github.com/FX-HAO/GoOST v0.0.0-20180404084307-862e382bb391
github.com/fsnotify/fsnotify v1.4.7
github.com/google/uuid v1.1.1
github.com/fsnotify/fsnotify v1.6.0
github.com/google/uuid v1.3.0
github.com/gorilla/handlers v1.4.2
github.com/gorilla/mux v1.7.3
github.com/spf13/viper v1.5.0
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
github.com/spf13/viper v1.14.0
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
)
Loading