mirror of
https://github.com/mrusme/neonmodem.git
synced 2024-11-03 04:27:16 -05:00
9a11e14d40
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.3.0 to 0.5.0. - [Release notes](https://github.com/golang/image/releases) - [Commits](https://github.com/golang/image/compare/v0.3.0...v0.5.0) --- updated-dependencies: - dependency-name: golang.org/x/image dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
75 lines
3.0 KiB
Modula-2
75 lines
3.0 KiB
Modula-2
module github.com/mrusme/neonmodem
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/JohannesKaufmann/html-to-markdown v1.3.6
|
|
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de
|
|
github.com/charmbracelet/bubbles v0.14.0
|
|
github.com/charmbracelet/bubbletea v0.23.1
|
|
github.com/charmbracelet/glamour v0.6.0
|
|
github.com/charmbracelet/lipgloss v0.6.0
|
|
github.com/eliukblau/pixterm v1.3.1
|
|
github.com/google/uuid v1.3.0
|
|
github.com/hashicorp/go-retryablehttp v0.7.2
|
|
github.com/hermanschaaf/hackernews v1.0.1
|
|
github.com/mattn/go-runewidth v0.0.14
|
|
github.com/mergestat/timediff v0.0.3
|
|
github.com/muesli/ansi v0.0.0-20221106050444-61f0cd9a192a
|
|
github.com/muesli/reflow v0.3.0
|
|
github.com/muesli/termenv v0.13.0
|
|
github.com/pelletier/go-toml/v2 v2.0.6
|
|
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
|
|
github.com/spf13/cobra v1.6.1
|
|
github.com/spf13/viper v1.14.0
|
|
go.arsenm.dev/go-lemmy v0.0.0-20230105214607-754cfa602c10
|
|
go.uber.org/zap v1.24.0
|
|
golang.org/x/term v0.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.8.0 // indirect
|
|
github.com/alecthomas/chroma v0.10.0 // indirect
|
|
github.com/andybalholm/cascadia v1.3.1 // indirect
|
|
github.com/atotto/clipboard v0.1.4 // indirect
|
|
github.com/aymanbagabas/go-osc52 v1.2.1 // indirect
|
|
github.com/aymerick/douceur v0.2.0 // indirect
|
|
github.com/containerd/console v1.0.3 // indirect
|
|
github.com/disintegration/imaging v1.6.2 // indirect
|
|
github.com/dlclark/regexp2 v1.7.0 // indirect
|
|
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/gorilla/css v1.0.0 // indirect
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
|
github.com/magiconair/properties v1.8.7 // indirect
|
|
github.com/mattn/go-isatty v0.0.17 // indirect
|
|
github.com/mattn/go-localereader v0.0.1 // indirect
|
|
github.com/microcosm-cc/bluemonday v1.0.21 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/muesli/cancelreader v0.2.2 // indirect
|
|
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
|
github.com/pelletier/go-toml v1.9.5 // indirect
|
|
github.com/rivo/uniseg v0.4.3 // indirect
|
|
github.com/sahilm/fuzzy v0.1.0 // indirect
|
|
github.com/spf13/afero v1.9.3 // indirect
|
|
github.com/spf13/cast v1.5.0 // indirect
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/subosito/gotenv v1.4.1 // indirect
|
|
github.com/yuin/goldmark v1.5.3 // indirect
|
|
github.com/yuin/goldmark-emoji v1.0.1 // indirect
|
|
go.uber.org/atomic v1.10.0 // indirect
|
|
go.uber.org/multierr v1.9.0 // indirect
|
|
golang.org/x/image v0.5.0 // indirect
|
|
golang.org/x/net v0.5.0 // indirect
|
|
golang.org/x/sys v0.4.0 // indirect
|
|
golang.org/x/text v0.7.0 // indirect
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|