mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-08 07:32:29 +00:00
* update github.com/docker/cli * update github.com/docker/distribution * update github.com/docker/docker * update github.com/gin-gonic/gin * update github.com/golang-jwt/jwt/v4 * update github.com/golangci/golangci-lint * update github.com/gorilla/securecookie * update github.com/mattn/go-sqlite3 * update github.com/moby/moby * update github.com/prometheus/client_golang * update github.com/xanzy/go-gitlab
10 lines
229 B
Modula-2
10 lines
229 B
Modula-2
module github.com/OpenPeeDeeP/depguard
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/gobwas/glob v0.2.3
|
|
github.com/kisielk/gotool v1.0.0
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
|
golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b
|
|
)
|