mirror of
https://github.com/go-gitea/gitea
synced 2024-11-13 21:54:24 +00:00
c4d8d53a6d
* Use vendored go-swagger (#8087) * Use vendored go-swagger * vendor go-swagger * revert un wanteed change * remove un-needed GO111MODULE * Update Makefile Co-Authored-By: techknowlogick <matti@mdranta.net> * re-generate swagger file
7 lines
136 B
Modula-2
7 lines
136 B
Modula-2
module github.com/prometheus/procfs
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.3.0
|
|
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4
|
|
)
|