-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (17 loc) · 724 Bytes
/
go.mod
File metadata and controls
19 lines (17 loc) · 724 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/harmony-development/hrpc
go 1.18
require (
github.com/alecthomas/repr v0.0.0-20210801044451-80ca428c5142
github.com/andybalholm/brotli v1.0.3 // indirect
github.com/fasthttp/websocket v1.4.3-rc.10 // indirect
github.com/gofiber/fiber/v2 v2.20.1 // indirect
github.com/gofiber/websocket/v2 v2.0.12 // indirect
github.com/golang/protobuf v1.5.2
github.com/google/go-cmp v0.5.6 // indirect
github.com/iancoleman/strcase v0.2.0 // indirect
github.com/klauspost/compress v1.13.6 // indirect
github.com/valyala/fasthttp v1.31.0
golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/protobuf v1.27.1
)