Skip to content

Commit c807858

Browse files
authored
Revert remaining go/ql/test changes
1 parent 1a12cd6 commit c807858

4 files changed

Lines changed: 33 additions & 2 deletions

File tree

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// atthetop
22
module smowton/test // endofline
3-
43
// onitsown
54
go 1.14
6-
75
// afterwards
6+

go/ql/test/go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
module github.com/github/codeql-go/ql/test
22

33
go 1.21
4+
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
module github.com/github/codeql-go
22

33
go 1.13
4+
5+
require (
6+
golang.org/x/mod v0.2.0
7+
golang.org/x/tools v0.0.0-20200302225559-9b52d559c609
8+
)

go/ql/test/library-tests/semmle/go/dependencies/sweb/go.mod

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,29 @@ replace google.golang.org/appengine => github.com/golang/appengine v1.6.1
3535
replace golang.org/x/mobile => github.com/golang/mobile v0.0.0-20190607214518-6fa95d984e88
3636

3737
replace golang.org/x/image => github.com/golang/image v0.0.0-20190622003408-7e034cad6442
38+
39+
require (
40+
github.com/Joker/jade v1.0.0 // indirect
41+
github.com/Shopify/goreferrer v0.0.0-20181106222321-ec9c9a553398 // indirect
42+
github.com/aymerick/raymond v2.0.2+incompatible // indirect
43+
github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385 // indirect
44+
github.com/fatih/structs v1.1.0 // indirect
45+
github.com/flosch/pongo2 v0.0.0-20190707114632-bbf5a6c351f4 // indirect
46+
github.com/iris-contrib/blackfriday v2.0.0+incompatible // indirect
47+
github.com/iris-contrib/formBinder v0.0.0-20190104093907-fbd5963f41e1 // indirect
48+
github.com/iris-contrib/go.uuid v2.0.0+incompatible // indirect
49+
github.com/json-iterator/go v1.1.6 // indirect
50+
github.com/kataras/golog v0.0.0-20190624001437-99c81de45f40 // indirect
51+
github.com/kataras/iris v11.1.1+incompatible
52+
github.com/kataras/pio v0.0.0-20190103105442-ea782b38602d // indirect
53+
github.com/klauspost/compress v1.7.2 // indirect
54+
github.com/klauspost/cpuid v1.2.1 // indirect
55+
github.com/microcosm-cc/bluemonday v1.0.2 // indirect
56+
github.com/mitchellh/go-homedir v1.1.0
57+
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
58+
github.com/modern-go/reflect2 v1.0.1 // indirect
59+
github.com/ryanuber/columnize v2.1.0+incompatible // indirect
60+
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
61+
github.com/spf13/cobra v0.0.5
62+
github.com/spf13/viper v1.4.0
63+
)

0 commit comments

Comments
 (0)