Skip to content

Commit 8066e39

Browse files
committed
delete some redundant imports
1 parent dbbba32 commit 8066e39

File tree

16 files changed

+0
-16
lines changed

16 files changed

+0
-16
lines changed

go/ql/lib/semmle/go/frameworks/ElazarlGoproxy.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
*/
44

55
import go
6-
private import semmle.go.StringOps
76

87
/**
98
* Provides classes for working with concepts relating to the [github.com/elazarl/goproxy](https://pkg.go.dev/github.com/elazarl/goproxy) package.

go/ql/lib/semmle/go/frameworks/Glog.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
*/
55

66
import go
7-
private import semmle.go.StringOps
87

98
/**
109
* Provides models of commonly used functions in the `github.com/golang/glog` packages and its

go/ql/lib/semmle/go/frameworks/Logrus.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/** Provides models of commonly used functions in the `github.com/sirupsen/logrus` package. */
22

33
import go
4-
private import semmle.go.StringOps
54

65
/** Provides models of commonly used functions in the `github.com/sirupsen/logrus` package. */
76
module Logrus {

go/ql/lib/semmle/go/frameworks/Spew.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
*/
44

55
import go
6-
private import semmle.go.StringOps
76

87
/**
98
* Provides models of commonly used functions in the `github.com/davecgh/go-spew/spew` package.

go/ql/lib/semmle/go/frameworks/Zap.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
*/
44

55
import go
6-
private import semmle.go.StringOps
76

87
/**
98
* Provides models of commonly used functions in the `go.uber.org/zap` package.

go/ql/lib/semmle/go/frameworks/stdlib/Fmt.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
*/
44

55
import go
6-
private import semmle.go.StringOps
76

87
/** Provides models of commonly used functions in the `fmt` package. */
98
module Fmt {

go/ql/lib/semmle/go/frameworks/stdlib/Log.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
*/
44

55
import go
6-
private import semmle.go.StringOps
76

87
/** Provides models of commonly used functions in the `log` package. */
98
module Log {

go/ql/lib/semmle/go/security/LogInjectionCustomizations.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
*/
55

66
import go
7-
private import semmle.go.StringOps
87

98
/**
109
* Provides extension points for customizing the data-flow tracking configuration for reasoning

go/ql/src/experimental/InconsistentCode/GORMErrorNotChecked.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
*/
1010

1111
import go
12-
import semmle.go.frameworks.SQL
1312

1413
from DataFlow::MethodCallNode call
1514
where

go/ql/test/library-tests/semmle/go/dataflow/ExternalFlow/completetest.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
*/
44

55
import go
6-
import semmle.go.dataflow.DataFlow
76
import semmle.go.dataflow.ExternalFlow
87
import semmle.go.dataflow.internal.FlowSummaryImpl as FlowSummaryImpl
98
import CsvValidation

0 commit comments

Comments
 (0)