mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +01:00
30 lines
1.1 KiB
Modula-2
30 lines
1.1 KiB
Modula-2
module github.com/csaf-poc/csaf_distribution
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.1.0
|
|
github.com/PaesslerAG/gval v1.2.0
|
|
github.com/PaesslerAG/jsonpath v0.1.1
|
|
github.com/ProtonMail/gopenpgp/v2 v2.4.8
|
|
github.com/PuerkitoBio/goquery v1.8.0
|
|
github.com/gofrs/flock v0.8.1
|
|
github.com/jessevdk/go-flags v1.5.0
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/santhosh-tekuri/jsonschema/v5 v5.0.0
|
|
go.etcd.io/bbolt v1.3.6
|
|
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
|
|
golang.org/x/term v0.0.0-20220526004731-065cf7ba2467
|
|
golang.org/x/time v0.0.0-20220609170525-579cf78fd858
|
|
)
|
|
|
|
require (
|
|
github.com/ProtonMail/go-crypto v0.0.0-20220711121315-1fde58898e96 // indirect
|
|
github.com/ProtonMail/go-mime v0.0.0-20220429130430-2192574d760f // indirect
|
|
github.com/andybalholm/cascadia v1.3.1 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/shopspring/decimal v1.3.1 // indirect
|
|
golang.org/x/net v0.0.0-20220708220712-1185a9018129 // indirect
|
|
golang.org/x/sys v0.0.0-20220712014510-0a85c31ab51e // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
)
|