diff --git a/go.mod b/go.mod index 6575563..8336d0b 100644 --- a/go.mod +++ b/go.mod @@ -1,26 +1,37 @@ module github.com/theoldmoon0602/ShellgeiBot -go 1.16 +go 1.20 require ( github.com/ChimeraCoder/anaconda v2.0.0+incompatible + github.com/dghubble/go-twitter v0.0.0-20210609183100-2fdbf421508e + github.com/dghubble/oauth1 v0.7.0 + github.com/docker/docker v1.13.1 + github.com/mattn/go-sixel v0.0.0-20190320171103-a8fac8fa7d81 + github.com/mattn/go-sqlite3 v1.11.0 + github.com/stretchr/testify v1.4.0 + golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 +) + +require ( github.com/ChimeraCoder/tokenbucket v0.0.0-20131201223612-c5a927568de7 // indirect github.com/Microsoft/go-winio v0.5.0 // indirect github.com/azr/backoff v0.0.0-20160115115103-53511d3c7330 // indirect - github.com/dghubble/go-twitter v0.0.0-20210609183100-2fdbf421508e - github.com/dghubble/oauth1 v0.7.0 + github.com/cenkalti/backoff v2.1.1+incompatible // indirect + github.com/davecgh/go-spew v1.1.1 // indirect + github.com/dghubble/sling v1.3.0 // indirect github.com/docker/distribution v2.7.1+incompatible // indirect - github.com/docker/docker v1.13.1 github.com/docker/go-connections v0.4.0 // indirect github.com/docker/go-units v0.4.0 // indirect github.com/dustin/go-jsonpointer v0.0.0-20160814072949-ba0abeacc3dc // indirect github.com/dustin/gojson v0.0.0-20160307161227-2e71ec9dd5ad // indirect github.com/garyburd/go-oauth v0.0.0-20180319155456-bca2e7f09a17 // indirect - github.com/mattn/go-sixel v0.0.0-20190320171103-a8fac8fa7d81 - github.com/mattn/go-sqlite3 v1.11.0 + github.com/google/go-querystring v1.0.0 // indirect github.com/opencontainers/go-digest v1.0.0-rc1 // indirect + github.com/pkg/errors v0.9.1 // indirect + github.com/pmezard/go-difflib v1.0.0 // indirect github.com/soniakeys/quant v1.0.0 // indirect - github.com/stretchr/testify v1.4.0 golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7 // indirect - golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 + golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect + gopkg.in/yaml.v2 v2.2.2 // indirect )