blob: e6913ec2180cf6173865f1767ddc7a536447594a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
|
--- vendor/modules.txt.orig 2023-03-25 01:24:08 UTC
+++ vendor/modules.txt
@@ -2,21 +2,23 @@
## explicit
github.com/BurntSushi/toml
# github.com/davecgh/go-spew v1.1.1
+## explicit
github.com/davecgh/go-spew/spew
# github.com/gofrs/uuid v3.3.0+incompatible
## explicit
github.com/gofrs/uuid
# github.com/golang/protobuf v1.4.2
+## explicit; go 1.9
github.com/golang/protobuf/proto
# github.com/google/go-cmp v0.5.2
-## explicit
+## explicit; go 1.8
github.com/google/go-cmp/cmp
github.com/google/go-cmp/cmp/internal/diff
github.com/google/go-cmp/cmp/internal/flags
github.com/google/go-cmp/cmp/internal/function
github.com/google/go-cmp/cmp/internal/value
# github.com/mattn/go-isatty v0.0.12
-## explicit
+## explicit; go 1.12
github.com/mattn/go-isatty
# github.com/mvdan/xurls v1.1.0
## explicit
@@ -25,6 +27,7 @@ github.com/mvdan/xurls
## explicit
github.com/pkg/errors
# github.com/pmezard/go-difflib v1.0.0
+## explicit
github.com/pmezard/go-difflib/difflib
# github.com/shurcooL/githubv4 v0.0.0-20200928013246-d292edc3691b
## explicit
@@ -35,25 +38,26 @@ github.com/shurcooL/graphql
github.com/shurcooL/graphql/ident
github.com/shurcooL/graphql/internal/jsonutil
# github.com/sirupsen/logrus v1.7.0
-## explicit
+## explicit; go 1.13
github.com/sirupsen/logrus
# github.com/stretchr/testify v1.6.1
-## explicit
+## explicit; go 1.13
github.com/stretchr/testify/assert
# golang.org/x/net v0.0.0-20201021035429-f5854403a974
-## explicit
+## explicit; go 1.11
golang.org/x/net/context
golang.org/x/net/context/ctxhttp
# golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58
-## explicit
+## explicit; go 1.11
golang.org/x/oauth2
golang.org/x/oauth2/internal
-# golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
-## explicit
+# golang.org/x/sys v0.6.0
+## explicit; go 1.17
golang.org/x/sys/internal/unsafeheader
golang.org/x/sys/unix
golang.org/x/sys/windows
# google.golang.org/appengine v1.6.6
+## explicit; go 1.11
google.golang.org/appengine/internal
google.golang.org/appengine/internal/base
google.golang.org/appengine/internal/datastore
@@ -62,6 +66,7 @@ google.golang.org/appengine/internal/remote_api
google.golang.org/appengine/internal/urlfetch
google.golang.org/appengine/urlfetch
# google.golang.org/protobuf v1.25.0
+## explicit; go 1.9
google.golang.org/protobuf/encoding/prototext
google.golang.org/protobuf/encoding/protowire
google.golang.org/protobuf/internal/descfmt
@@ -92,6 +97,7 @@ google.golang.org/protobuf/runtime/protoimpl
## explicit
gopkg.in/yaml.v2
# gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
+## explicit
gopkg.in/yaml.v3
# gotest.tools v2.2.0+incompatible
## explicit
|