more cleanup

This commit is contained in:
Cody Lee
2022-11-23 21:03:25 -06:00
parent 411c92a14a
commit 54b7fb40d1
6 changed files with 8 additions and 4 deletions

2
go.mod
View File

@@ -15,6 +15,8 @@ require (
)
require (
github.com/gorilla/mux v1.8.0 // indirect
golang.org/x/crypto v0.3.0 // indirect
golang.org/x/net v0.2.0 // indirect
golang.org/x/sys v0.2.0 // indirect
)