-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
48 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,59 @@ | ||
module github.com/mrusme/gomphotherium | ||
|
||
go 1.16 | ||
go 1.18 | ||
|
||
require ( | ||
github.com/atotto/clipboard v0.1.4 | ||
github.com/eliukblau/pixterm v1.3.1 | ||
github.com/gdamore/tcell/v2 v2.5.2 | ||
github.com/gizak/termui/v3 v3.1.0 | ||
github.com/grokify/html-strip-tags-go v0.0.1 | ||
github.com/mattn/go-mastodon v0.0.5 | ||
github.com/mattn/go-runewidth v0.0.13 | ||
github.com/rivo/tview v0.0.0-20220801133142-711ef394f9b3 | ||
github.com/spf13/cobra v1.5.0 | ||
github.com/tj/go-termd v0.0.1 | ||
) | ||
|
||
require ( | ||
github.com/PuerkitoBio/goquery v1.5.0 // indirect | ||
github.com/alecthomas/chroma v0.10.0 // indirect | ||
github.com/atotto/clipboard v0.1.4 | ||
github.com/aybabtme/rgbterm v0.0.0-20170906152045-cc83f3b3ce59 // indirect | ||
github.com/bketelsen/crypt v0.0.3-0.20200106085610-5cbc8cc4026c // indirect | ||
github.com/coreos/bbolt v1.3.2 // indirect | ||
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e // indirect | ||
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect | ||
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect | ||
github.com/eliukblau/pixterm v1.3.1 | ||
github.com/disintegration/imaging v1.6.2 // indirect | ||
github.com/dlclark/regexp2 v1.7.0 // indirect | ||
github.com/gdamore/encoding v1.0.0 // indirect | ||
github.com/gdamore/tcell v1.4.0 // indirect | ||
github.com/gdamore/tcell/v2 v2.5.1 | ||
github.com/gizak/termui/v3 v3.1.0 | ||
github.com/gorilla/websocket v1.5.0 // indirect | ||
github.com/grokify/html-strip-tags-go v0.0.1 | ||
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 // indirect | ||
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/jonboulle/clockwork v0.1.0 // indirect | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/mattn/go-mastodon v0.0.5 | ||
github.com/mattn/go-runewidth v0.0.13 | ||
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect | ||
github.com/mattn/go-tty v0.0.3 // indirect | ||
github.com/mitchellh/go-wordwrap v1.0.1 // indirect | ||
github.com/prometheus/tsdb v0.7.1 // indirect | ||
github.com/rivo/tview v0.0.0-20220610163003-691f46d6f500 | ||
github.com/rivo/uniseg v0.3.1 // indirect | ||
github.com/russross/blackfriday v2.0.0+incompatible // indirect | ||
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect | ||
github.com/smartystreets/goconvey v1.6.4 // indirect | ||
github.com/soheilhy/cmux v0.1.4 // indirect | ||
github.com/spf13/cobra v1.5.0 | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/spf13/viper v1.10.0 // indirect | ||
github.com/tj/go-termd v0.0.1 | ||
github.com/tj/go-css v0.0.0-20191108133013-220a796d1705 // indirect | ||
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect | ||
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 // indirect | ||
github.com/urfave/cli v1.20.0 // indirect | ||
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect | ||
go.etcd.io/bbolt v1.3.2 // indirect | ||
golang.org/x/image v0.0.0-20220617043117-41969df76e82 // indirect | ||
golang.org/x/sys v0.0.0-20220627191245-f75cf1eec38b // indirect | ||
golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 // indirect | ||
golang.org/x/image v0.0.0-20220722155232-062f8c9fd539 // indirect | ||
golang.org/x/sys v0.0.0-20220731174439-a90be440212d // indirect | ||
golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
gopkg.in/resty.v1 v1.12.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters