gospt/go.mod

59 lines
2.4 KiB
Modula-2
Raw Normal View History

2023-02-09 07:28:41 +00:00
module gitea.asdf.cafe/abs3nt/gospt
2023-01-07 07:40:39 +00:00
go 1.19
require (
2023-01-30 02:30:33 +00:00
github.com/atotto/clipboard v0.1.4
2023-01-08 00:03:43 +00:00
github.com/charmbracelet/bubbles v0.14.0
github.com/charmbracelet/bubbletea v0.23.1
github.com/charmbracelet/lipgloss v0.6.0
2023-01-07 07:40:39 +00:00
github.com/cristalhq/aconfig v0.18.3
github.com/cristalhq/aconfig/aconfigyaml v0.17.1
2023-01-10 00:36:12 +00:00
github.com/spf13/cobra v1.6.1
2023-01-07 07:40:39 +00:00
github.com/zmb3/spotify/v2 v2.3.1
2023-01-08 00:03:43 +00:00
golang.org/x/oauth2 v0.0.0-20210810183815-faf39c7919d5
modernc.org/sqlite v1.20.3
2023-01-07 07:40:39 +00:00
)
require (
2023-01-08 00:03:43 +00:00
github.com/aymanbagabas/go-osc52 v1.0.3 // indirect
2023-01-30 02:30:33 +00:00
github.com/charmbracelet/harmonica v0.2.0 // indirect
2023-01-08 00:03:43 +00:00
github.com/containerd/console v1.0.3 // indirect
github.com/dustin/go-humanize v1.0.0 // indirect
2023-01-07 07:40:39 +00:00
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/uuid v1.3.0 // indirect
2023-01-09 23:52:21 +00:00
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
2023-01-08 00:03:43 +00:00
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/mattn/go-localereader v0.0.1 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/muesli/ansi v0.0.0-20211018074035-2e021307bc4b // indirect
github.com/muesli/cancelreader v0.2.2 // indirect
github.com/muesli/reflow v0.3.0 // indirect
github.com/muesli/termenv v0.13.0 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
2023-01-08 00:03:43 +00:00
github.com/rivo/uniseg v0.2.0 // indirect
github.com/sahilm/fuzzy v0.1.0 // indirect
2023-01-09 23:52:21 +00:00
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/mod v0.3.0 // indirect
2023-01-07 07:40:39 +00:00
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d // indirect
2023-01-08 00:03:43 +00:00
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/tools v0.0.0-20201124115921-2c860bdd6e78 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
2023-01-07 07:40:39 +00:00
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
lukechampine.com/uint128 v1.2.0 // indirect
modernc.org/cc/v3 v3.40.0 // indirect
modernc.org/ccgo/v3 v3.16.13 // indirect
modernc.org/libc v1.22.2 // indirect
modernc.org/mathutil v1.5.0 // indirect
modernc.org/memory v1.4.0 // indirect
modernc.org/opt v0.1.3 // indirect
modernc.org/strutil v1.1.3 // indirect
modernc.org/token v1.0.1 // indirect
2023-01-07 07:40:39 +00:00
)