Skip to content

Commit 81e8501

Browse files
committed
List subpackages in vendor/modules.txt
These were all generated by running depstubber.
1 parent 37aa479 commit 81e8501

File tree

29 files changed

+63
-39
lines changed

29 files changed

+63
-39
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# github.com/msteinert/pam v1.0.0
22
## explicit
3-
github.com/msteinert/pam
3+
github.com/msteinert/pam

go/ql/test/experimental/CWE-321-V2/vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# github.com/go-jose/go-jose/v3 v3.0.0
22
## explicit
3-
github.com/go-jose/go-jose/v3
3+
github.com/go-jose/go-jose/v3/jwt
44
# github.com/golang-jwt/jwt/v5 v5.0.0
55
## explicit
66
github.com/golang-jwt/jwt/v5

go/ql/test/experimental/CWE-522-DecompressionBombs/vendor/modules.txt

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,20 @@
33
github.com/DataDog/zstd
44
# github.com/dsnet/compress v0.0.1
55
## explicit
6-
github.com/dsnet/compress
6+
github.com/dsnet/compress/bzip2
7+
github.com/dsnet/compress/flate
78
# github.com/golang/snappy v0.0.4
89
## explicit
910
github.com/golang/snappy
1011
# github.com/klauspost/compress v1.16.6
1112
## explicit
12-
github.com/klauspost/compress
13+
github.com/klauspost/compress/zstd
14+
github.com/klauspost/compress/snappy
15+
github.com/klauspost/compress/s2
16+
github.com/klauspost/compress/zlib
17+
github.com/klauspost/compress/zip
18+
github.com/klauspost/compress/flate
19+
github.com/klauspost/compress/gzip
1320
# github.com/klauspost/pgzip v1.2.6
1421
## explicit
1522
github.com/klauspost/pgzip
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
1-
# github.com/github/depstubber v0.0.0-20200916130315-f3217697abd4
2-
## explicit
31
# github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
42
## explicit
53
github.com/golang/glog
64
# github.com/sirupsen/logrus v1.7.0
75
## explicit
86
github.com/sirupsen/logrus
9-
# golang.org/x/sys v0.0.0-20191026070338-33540a1f6037
10-
golang.org/x/sys/unix
11-
golang.org/x/sys/windows
127
# k8s.io/klog v1.0.0
138
## explicit
149
k8s.io/klog
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# github.com/astaxie/beego v1.12.3
22
## explicit
3+
github.com/astaxie/beego/utils
34
github.com/astaxie/beego
5+
github.com/astaxie/beego/context
6+
github.com/astaxie/beego/logs
47
# github.com/beego/beego/v2 v2.1.2
58
## explicit
6-
github.com/beego/beego/v2
9+
github.com/beego/beego/v2/server/web
10+
github.com/beego/beego/v2/server/web/context

go/ql/test/library-tests/semmle/go/frameworks/ElazarlGoproxy/vendor/modules.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
github.com/elazarl/goproxy
44
# github.com/github/depstubber v0.0.0-20201214172518-12c3da4b7c9d
55
## explicit
6+
github.com/github/depstubber
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# github.com/sendgrid/sendgrid-go v3.5.0+incompatible
22
## explicit
3-
github.com/sendgrid/sendgrid-go
3+
github.com/sendgrid/sendgrid-go/helpers/mail
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# github.com/gin-gonic/gin v1.6.2
22
## explicit
33
github.com/gin-gonic/gin
4+
github.com/gin-gonic/gin/binding
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# go-micro.dev/v4 v4.10.2
22
## explicit
3+
go-micro.dev/v4/api
4+
go-micro.dev/v4/client
5+
go-micro.dev/v4/server
36
go-micro.dev/v4
47
# google.golang.org/protobuf v1.28.1
58
## explicit
6-
google.golang.org/protobuf
9+
google.golang.org/protobuf/proto
10+
google.golang.org/protobuf/reflect/protoreflect
11+
google.golang.org/protobuf/runtime/protoimpl

go/ql/test/library-tests/semmle/go/frameworks/Iris/vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# github.com/kataras/iris/v12 v12.2.5
22
## explicit
3-
github.com/kataras/iris/v12
3+
github.com/kataras/iris/v12/context
44
# github.com/Shopify/goreferrer v0.0.0-20220729165902-8cddb4f5de06
55
## explicit
66
github.com/Shopify/goreferrer

0 commit comments

Comments
 (0)