-
Notifications
You must be signed in to change notification settings - Fork 59
/
go.mod
27 lines (24 loc) · 898 Bytes
/
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
27
module github.com/withastro/compiler
go 1.21
require (
github.com/google/go-cmp v0.5.9
github.com/iancoleman/strcase v0.2.0
github.com/lithammer/dedent v1.1.0
github.com/norunners/vert v0.0.0-20221203075838-106a353d42dd
github.com/tdewolff/parse/v2 v2.6.4
golang.org/x/net v0.0.0-20221004154528-8021a29435af
golang.org/x/sys v0.0.0-20221010170243-090e33056c14
)
require (
github.com/gkampitakis/ciinfo v0.3.0 // indirect
github.com/gkampitakis/go-diff v1.3.2 // indirect
github.com/gkampitakis/go-snaps v0.5.2 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/maruel/natural v1.1.1 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
github.com/tidwall/gjson v1.17.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/tidwall/sjson v1.2.5 // indirect
)