forked from achiku/prmdg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
26 lines (23 loc) · 1.11 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
24
25
26
module github.com/kanmu/prmdg
go 1.19
require (
github.com/achiku/varfmt v0.0.0-20160708124000-f820e1efecee
github.com/lestrrat-go/go-jsval v0.0.0-20181205002323-20277e9befc0
github.com/lestrrat-go/jshschema v0.0.0-20190212053720-8d17a4c5545e
github.com/lestrrat-go/jsschema v0.0.0-20181205002244-5c81c58ffcc3
github.com/lestrrat-go/jsval v0.0.0-20181205002323-20277e9befc0
github.com/pkg/errors v0.8.2-0.20190217225212-856c240a51a2
golang.org/x/text v0.4.0
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)
require (
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/lestrrat-go/jspointer v0.0.0-20181205001929-82fadba7561c // indirect
github.com/lestrrat-go/jsref v0.0.0-20181205001954-1b590508f37d // indirect
github.com/lestrrat-go/pdebug v0.0.0-20180220043849-39f9a71bcabe // indirect
github.com/lestrrat-go/structinfo v0.0.0-20190212233437-acd51874663b // indirect
github.com/stretchr/testify v1.8.1 // indirect
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
)