Removed go dependency on make

This commit is contained in:
2026-04-16 21:51:16 +08:00
parent 16aa141aa1
commit f6788c0894
7 changed files with 175 additions and 28 deletions

View File

@@ -1,6 +1,6 @@
module example.com/monok8s
go 1.24.0
go 1.26.0
require (
github.com/klauspost/compress v1.18.5