mirror of
https://github.com/mudler/luet.git
synced 2025-10-21 02:40:10 +00:00
Instead of using gox on one side and an action to release, we can merge them together with goreleaser which will build for extra targets (arm, mips if needed in the future) and it also takes care of creating checksums, a source archive, and a changelog and creating a release with all the artifacts. All binaries should respect the old naming convention, so any scripts out there should still work. Signed-off-by: Itxaka <igarcia@suse.com>
13 lines
300 B
Modula-2
13 lines
300 B
Modula-2
module go.opencensus.io
|
|
|
|
require (
|
|
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
|
|
github.com/golang/protobuf v1.4.3
|
|
github.com/google/go-cmp v0.5.3
|
|
github.com/stretchr/testify v1.6.1
|
|
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
|
|
google.golang.org/grpc v1.33.2
|
|
)
|
|
|
|
go 1.13
|