File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ const (
56
56
)
57
57
58
58
type User struct {
59
- Username string
60
- Password string // as sha256
59
+ Username string
60
+ Password string // as sha256
61
61
Permissions PermissionFlag
62
62
}
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ require (
27
27
github.com/dustin/go-humanize v1.0.1 // indirect
28
28
github.com/go-sql-driver/mysql v1.8.0 // indirect
29
29
github.com/google/uuid v1.5.0 // indirect
30
+ github.com/gorilla/schema v1.4.0 // indirect
30
31
github.com/ipfs/go-log/v2 v2.1.3 // indirect
31
32
github.com/json-iterator/go v1.1.12 // indirect
32
33
github.com/lib/pq v1.10.9 // indirect
Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ github.com/google/pprof v0.0.0-20221118152302-e6195bd50e26/go.mod h1:dDKJzRmX4S3
34
34
github.com/google/renameio v0.1.0 /go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI =
35
35
github.com/google/uuid v1.5.0 h1:1p67kYwdtXjb0gL0BPiP1Av9wiZPo5A8z2cWkTZ+eyU =
36
36
github.com/google/uuid v1.5.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
37
+ github.com/gorilla/schema v1.4.0 h1:l2N+lRTJtev9SUhBtj6NmSxd/6+8LhvN0kV+H2Y8R9k =
38
+ github.com/gorilla/schema v1.4.0 /go.mod h1:Dg5SSm5PV60mhF2NFaTV1xuYYj8tV8NOPRo4FggUMnM =
37
39
github.com/gorilla/websocket v1.5.1 h1:gmztn0JnHVt9JZquRuzLw3g4wouNVzKL15iLr/zn/QY =
38
40
github.com/gorilla/websocket v1.5.1 /go.mod h1:x3kM2JMyaluk02fnUJpQuwD2dCS5NDG2ZHL0uE0tcaY =
39
41
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 h1:+ngKgrYPPJrOjhax5N+uePQ0Fh1Z7PheYoUI/0nzkPA =
You can’t perform that action at this time.
0 commit comments