Skip to content

Commit

Permalink
update modules
Browse files Browse the repository at this point in the history
  • Loading branch information
naggie committed Dec 14, 2024
1 parent 090fed3 commit c8a3173
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 401 deletions.
42 changes: 26 additions & 16 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,22 +1,32 @@
module github.com/naggie/dstask

go 1.16
go 1.21

toolchain go1.22.8

require (
github.com/BurntSushi/toml v0.3.1
github.com/gofrs/uuid v3.3.0+incompatible
github.com/google/go-cmp v0.5.2 // indirect
github.com/mattn/go-isatty v0.0.12
github.com/mattn/go-runewidth v0.0.15
github.com/pkg/errors v0.9.1 // indirect
github.com/shurcooL/githubv4 v0.0.0-20200928013246-d292edc3691b
github.com/shurcooL/graphql v0.0.0-20200928012149-18c5c3165e3a // indirect
github.com/sirupsen/logrus v1.7.0
github.com/stretchr/testify v1.6.1
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58
golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
gopkg.in/yaml.v2 v2.3.0
github.com/BurntSushi/toml v1.4.0
github.com/gofrs/uuid v4.4.0+incompatible
github.com/mattn/go-isatty v0.0.20
github.com/mattn/go-runewidth v0.0.16
github.com/shurcooL/githubv4 v0.0.0-20240727222349-48295856cce7
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.7.0
golang.org/x/oauth2 v0.24.0
golang.org/x/sys v0.28.0
gopkg.in/yaml.v2 v2.4.0
gotest.tools v2.2.0+incompatible
mvdan.cc/xurls/v2 v2.4.0
mvdan.cc/xurls/v2 v2.5.0
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)
Loading

0 comments on commit c8a3173

Please sign in to comment.