-
Notifications
You must be signed in to change notification settings - Fork 13
/
go.mod
32 lines (28 loc) · 1.2 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
27
28
29
30
31
32
module github.com/krisukox/google-flights-api
go 1.20
require golang.org/x/text v0.13.0
require (
github.com/anyascii/go v0.3.2
github.com/browserutils/kooky v0.2.1-0.20240119192416-d4f81abd0200
github.com/go-test/deep v1.1.0
github.com/hashicorp/go-retryablehttp v0.7.4
google.golang.org/protobuf v1.31.0
)
require (
github.com/Velocidex/json v0.0.0-20220224052537-92f3c0326e5a // indirect
github.com/Velocidex/ordereddict v0.0.0-20230909174157-2aa49cc5d11d // indirect
github.com/Velocidex/yaml/v2 v2.2.8 // indirect
github.com/bobesa/go-domain-util v0.0.0-20190911083921-4033b5f7dd89 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-ini/ini v1.67.0 // indirect
github.com/go-sqlite/sqlite3 v0.0.0-20180313105335-53dd8e640ee7 // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/gonuts/binary v0.2.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/keybase/go-keychain v0.0.0-20230523030712-b5615109f100 // indirect
github.com/zalando/go-keyring v0.2.3 // indirect
golang.org/x/crypto v0.13.0 // indirect
golang.org/x/net v0.15.0 // indirect
golang.org/x/sys v0.12.0 // indirect
www.velocidex.com/golang/go-ese v0.2.0 // indirect
)