-
- Downloads
Use junit report
parent
0a158775
No related branches found
No related tags found
Showing
- .gitignore 3 additions, 4 deletions.gitignore
- .gitlab/ci/test.yml 12 additions, 0 deletions.gitlab/ci/test.yml
- Makefile.build.mk 1 addition, 0 deletionsMakefile.build.mk
- Makefile.internal.mk 3 additions, 0 deletionsMakefile.internal.mk
- Makefile.util.mk 5 additions, 1 deletionMakefile.util.mk
- go.mod 1 addition, 0 deletionsgo.mod
- tools.go 1 addition, 0 deletionstools.go
... | ... | @@ -12,6 +12,7 @@ require ( |
github.com/gorilla/handlers v1.4.2 | ||
github.com/gorilla/securecookie v1.1.1 | ||
github.com/gorilla/sessions v1.2.0 | ||
github.com/jstemmer/go-junit-report v0.9.1 | ||
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 | ||
github.com/karlseguin/ccache/v2 v2.0.6 | ||
github.com/karrick/godirwalk v1.10.12 | ||
... | ... |
Please register or sign in to comment