This website requires JavaScript.
Explore
Help
Register
Sign In
kairos
/
luet
Watch
1
Star
0
Fork
0
You've already forked luet
mirror of
https://github.com/mudler/luet.git
synced
2025-06-23 05:57:23 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
fe14d56afe
luet
/
vendor
/
golang.org
/
x
/
term
/
go.mod
6 lines
95 B
Modula-2
Raw
Normal View
History
Unescape
Escape
Update vendor
2021-03-11 16:29:15 +00:00
module
golang
.
org
/
x
/
term
go
1.11
Use goreleaser to build and release (#244) 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>
2021-08-11 06:30:55 +00:00
require
golang
.
org
/
x
/
sys
v0
.
0.0
-
20201119102817
-
f84b799fce68
Reference in New Issue
Copy Permalink