|
1 | 1 | modulegithub.com/naggie/dstask
|
2 | 2 |
|
3 |
| -go1.16 |
| 3 | +go1.21 |
| 4 | + |
| 5 | +toolchaingo1.22.8 |
4 | 6 |
|
5 | 7 | require (
|
6 |
| -github.com/BurntSushi/tomlv0.3.1 |
7 |
| -github.com/gofrs/uuidv3.3.0+incompatible |
8 |
| -github.com/google/go-cmpv0.5.2// indirect |
9 |
| -github.com/mattn/go-isattyv0.0.12 |
10 |
| -github.com/mattn/go-runewidthv0.0.15 |
11 |
| -github.com/pkg/errorsv0.9.1// indirect |
12 |
| -github.com/shurcooL/githubv4v0.0.0-20200928013246-d292edc3691b |
13 |
| -github.com/shurcooL/graphqlv0.0.0-20200928012149-18c5c3165e3a// indirect |
14 |
| -github.com/sirupsen/logrusv1.7.0 |
15 |
| -github.com/stretchr/testifyv1.6.1 |
16 |
| -golang.org/x/netv0.0.0-20201021035429-f5854403a974// indirect |
17 |
| -golang.org/x/oauth2v0.0.0-20201109201403-9fd604954f58 |
18 |
| -golang.org/x/sysv0.0.0-20210119212857-b64e53b001e4 |
19 |
| -gopkg.in/yaml.v2v2.3.0 |
| 8 | +github.com/BurntSushi/tomlv1.4.0 |
| 9 | +github.com/gofrs/uuidv4.4.0+incompatible |
| 10 | +github.com/mattn/go-isattyv0.0.20 |
| 11 | +github.com/mattn/go-runewidthv0.0.16 |
| 12 | +github.com/shurcooL/githubv4v0.0.0-20240727222349-48295856cce7 |
| 13 | +github.com/sirupsen/logrusv1.9.3 |
| 14 | +github.com/stretchr/testifyv1.7.0 |
| 15 | +golang.org/x/oauth2v0.24.0 |
| 16 | +golang.org/x/sysv0.28.0 |
| 17 | +gopkg.in/yaml.v2v2.4.0 |
20 | 18 | gotest.toolsv2.2.0+incompatible
|
21 |
| -mvdan.cc/xurls/v2v2.4.0 |
| 19 | +mvdan.cc/xurls/v2v2.5.0 |
| 20 | +) |
| 21 | + |
| 22 | +require ( |
| 23 | +github.com/davecgh/go-spewv1.1.1// indirect |
| 24 | +github.com/google/go-cmpv0.6.0// indirect |
| 25 | +github.com/kr/prettyv0.1.0// indirect |
| 26 | +github.com/pkg/errorsv0.9.1// indirect |
| 27 | +github.com/pmezard/go-difflibv1.0.0// indirect |
| 28 | +github.com/rivo/unisegv0.4.7// indirect |
| 29 | +github.com/shurcooL/graphqlv0.0.0-20230722043721-ed46e5a46466// indirect |
| 30 | +gopkg.in/check.v1v1.0.0-20180628173108-788fd7840127// indirect |
| 31 | +gopkg.in/yaml.v3v3.0.0-20200313102051-9f266ea9e77c// indirect |
22 | 32 | )
|