We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c58ac3d commit 242e746Copy full SHA for 242e746
_codegen/go.mod
@@ -1,5 +1,3 @@
1
module github.com/stretchr/testify/_codegen
2
3
go 1.11
4
-
5
-require github.com/ernesto-jimenez/gogen v0.0.0-20180125220232-d7d4131e6607
_codegen/go.sum
@@ -1,2 +0,0 @@
-github.com/ernesto-jimenez/gogen v0.0.0-20180125220232-d7d4131e6607 h1:cTavhURetDkezJCvxFggiyLeP40Mrk/TtVg2+ycw1Es=
-github.com/ernesto-jimenez/gogen v0.0.0-20180125220232-d7d4131e6607/go.mod h1:Cg4fM0vhYWOZdgM7RIOSTRNIc8/VT7CXClC3Ni86lu4=
_codegen/main.go
@@ -23,7 +23,7 @@ import (
23
"strings"
24
"text/template"
25
26
- "github.com/ernesto-jimenez/gogen/imports"
+ "github.com/stretchr/testify/_codegen/internal/imports"
27
)
28
29
var (
0 commit comments