mirror of
https://github.com/go-i2p/newsgo.git
synced 2025-06-07 10:01:49 -04:00
48 lines
1.8 KiB
Modula-2
48 lines
1.8 KiB
Modula-2
module github.com/go-i2p/newsgo
|
|
|
|
go 1.23.0
|
|
|
|
toolchain go1.23.5
|
|
|
|
require (
|
|
github.com/anaskhan96/soup v1.2.5
|
|
github.com/go-i2p/onramp v0.33.92
|
|
github.com/google/uuid v1.6.0
|
|
github.com/spf13/cobra v1.9.1
|
|
github.com/spf13/viper v1.20.1
|
|
github.com/wcharczuk/go-chart/v2 v2.1.2
|
|
github.com/yosssi/gohtml v0.0.0-20201013000340-ee4748c638f4
|
|
gitlab.com/golang-commonmark/markdown v0.0.0-20211110145824-bf3e522c626a
|
|
i2pgit.org/idk/reseed-tools v0.3.4
|
|
)
|
|
|
|
require (
|
|
github.com/cretz/bine v0.2.0 // indirect
|
|
github.com/fsnotify/fsnotify v1.8.0 // indirect
|
|
github.com/go-i2p/i2pkeys v0.33.92 // indirect
|
|
github.com/go-i2p/sam3 v0.33.92 // indirect
|
|
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
|
|
github.com/sagikazarmark/locafero v0.7.0 // indirect
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
|
github.com/sourcegraph/conc v0.3.0 // indirect
|
|
github.com/spf13/afero v1.12.0 // indirect
|
|
github.com/spf13/cast v1.7.1 // indirect
|
|
github.com/spf13/pflag v1.0.6 // indirect
|
|
github.com/subosito/gotenv v1.6.0 // indirect
|
|
gitlab.com/golang-commonmark/html v0.0.0-20191124015941-a22733972181 // indirect
|
|
gitlab.com/golang-commonmark/linkify v0.0.0-20200225224916-64bca66f6ad3 // indirect
|
|
gitlab.com/golang-commonmark/mdurl v0.0.0-20191124015652-932350d1cb84 // indirect
|
|
gitlab.com/golang-commonmark/puny v0.0.0-20191124015043-9f83538fa04f // indirect
|
|
go.uber.org/atomic v1.9.0 // indirect
|
|
go.uber.org/multierr v1.9.0 // indirect
|
|
golang.org/x/crypto v0.36.0 // indirect
|
|
golang.org/x/image v0.25.0 // indirect
|
|
golang.org/x/net v0.37.0 // indirect
|
|
golang.org/x/sys v0.31.0 // indirect
|
|
golang.org/x/text v0.23.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|