mirror of
https://github.com/zrepl/zrepl.git
synced 2024-11-24 17:35:01 +01:00
fd5b0e6831
The previous commits were done in response to updating to the version that we now pin in this commit. We do the update after the fixes so that each commit builds.
14 lines
386 B
Modula-2
14 lines
386 B
Modula-2
module github.com/zrepl/zrepl/build
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/alvaroloes/enumer v1.1.1
|
|
github.com/golangci/golangci-lint v1.50.1
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/wadey/gocovmerge v0.0.0-20160331181800-b5bfa59ec0ad
|
|
golang.org/x/tools v0.2.0
|
|
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0 // indirect
|
|
google.golang.org/protobuf v1.28.0
|
|
)
|