-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (22 loc) · 755 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
module github.com/ysugimoto/vintage
go 1.21
require (
github.com/avct/uasurfer v0.0.0-20191028135549-26b5daa857f1
github.com/fastly/compute-sdk-go v1.0.0
github.com/go-yaml/yaml v2.1.0+incompatible
github.com/gobwas/glob v0.2.3
github.com/google/go-cmp v0.5.9
github.com/google/uuid v1.6.0
github.com/pkg/errors v0.9.1
github.com/pquerna/otp v1.4.0
github.com/ysugimoto/falco v1.0.1
github.com/ysugimoto/twist v0.10.2
)
require (
github.com/BurntSushi/toml v1.3.2 // indirect
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
github.com/go-ini/ini v1.67.0 // indirect
golang.org/x/sync v0.3.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)