-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
23 lines (21 loc) · 1.03 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/procyon-projects/procyon-core
go 1.13
require (
github.com/andybalholm/brotli v1.0.3 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/uuid v1.2.0 // indirect
github.com/json-iterator/go v1.1.11 // indirect
github.com/klauspost/compress v1.13.0 // indirect
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/procyon-projects/goo v1.0.4
github.com/procyon-projects/procyon v0.0.0-20210603213002-0f2f7bfaa990 // indirect
github.com/procyon-projects/procyon-configure v0.0.0-20210122231728-2eefc549f2b2 // indirect
github.com/procyon-projects/procyon-context v0.0.0-20210131113519-986cb7898bbf // indirect
github.com/procyon-projects/procyon-web v0.0.0-20210209213658-0a5dc6376778 // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/stretchr/objx v0.3.0 // indirect
github.com/stretchr/testify v1.6.1
github.com/valyala/fasthttp v1.26.0 // indirect
golang.org/x/sys v0.0.0-20210603125802-9665404d3644 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)