2023-12-14 19:00:04 +01:00
|
|
|
module kleingebaeck
|
|
|
|
|
|
2025-05-04 12:05:59 +02:00
|
|
|
go 1.23.0
|
|
|
|
|
|
|
|
|
|
toolchain go1.23.5
|
2023-12-15 14:50:40 +01:00
|
|
|
|
2023-12-14 19:00:04 +01:00
|
|
|
require (
|
2023-12-19 18:23:41 +01:00
|
|
|
astuart.co/goq v1.0.0
|
2024-09-25 12:55:17 +00:00
|
|
|
github.com/corona10/goimagehash v1.1.0
|
|
|
|
|
github.com/inconshreveable/mousetrap v1.1.0
|
2025-06-10 16:13:32 +02:00
|
|
|
github.com/jarcoal/httpmock v1.4.0
|
2023-12-19 18:23:41 +01:00
|
|
|
github.com/knadh/koanf/parsers/toml v0.1.0
|
2025-05-04 12:05:59 +02:00
|
|
|
github.com/knadh/koanf/providers/confmap v1.0.0
|
2025-06-10 16:13:32 +02:00
|
|
|
github.com/knadh/koanf/providers/env v1.1.0
|
2024-11-01 10:56:13 +00:00
|
|
|
github.com/knadh/koanf/providers/file v1.1.2
|
2025-06-10 16:13:32 +02:00
|
|
|
github.com/knadh/koanf/providers/posflag v1.0.1
|
2025-07-29 12:05:33 +02:00
|
|
|
github.com/knadh/koanf/v2 v2.2.1
|
2025-06-10 16:13:32 +02:00
|
|
|
github.com/lmittmann/tint v1.1.1
|
2023-12-19 18:23:41 +01:00
|
|
|
github.com/mattn/go-isatty v0.0.20
|
2025-02-01 10:28:33 +00:00
|
|
|
github.com/spf13/pflag v1.0.6
|
2024-09-25 13:38:31 +00:00
|
|
|
github.com/tlinden/yadu v0.1.3
|
2025-05-04 12:05:59 +02:00
|
|
|
golang.org/x/image v0.26.0
|
2025-06-10 16:13:32 +02:00
|
|
|
golang.org/x/sync v0.14.0
|
2023-12-19 18:23:41 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
2024-01-19 14:21:02 +01:00
|
|
|
github.com/PuerkitoBio/goquery v1.5.1 // indirect
|
|
|
|
|
github.com/andybalholm/cascadia v1.1.0 // indirect
|
|
|
|
|
github.com/fatih/color v1.16.0 // indirect
|
2024-09-25 13:20:04 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
2024-12-01 10:30:11 +00:00
|
|
|
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
|
2025-05-04 12:05:59 +02:00
|
|
|
github.com/knadh/koanf/maps v0.1.2 // indirect
|
2025-02-01 18:04:25 +01:00
|
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
2023-12-19 18:23:41 +01:00
|
|
|
github.com/mitchellh/copystructure v1.2.0 // indirect
|
|
|
|
|
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
2024-01-21 12:38:14 +01:00
|
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
|
2023-12-19 18:23:41 +01:00
|
|
|
github.com/pelletier/go-toml v1.9.5 // indirect
|
2025-05-04 12:05:59 +02:00
|
|
|
golang.org/x/net v0.38.0 // indirect
|
|
|
|
|
golang.org/x/sys v0.31.0 // indirect
|
2024-01-19 14:21:02 +01:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2023-12-14 19:00:04 +01:00
|
|
|
)
|