mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2025-09-07 18:46:57 +00:00
- Refactored README.md - Added workflows for version export and management. - Removed src directory, following Go best practices - Added COMMANDS.md documentation Saving the AI semi-slop for now with broken states to get a snapshot. Too lazy to setup another chained repo.
17 lines
305 B
Modula-2
17 lines
305 B
Modula-2
module awalsh128.com/cache-apt-pkgs-action
|
|
|
|
go 1.23
|
|
|
|
toolchain go1.23.4
|
|
|
|
require (
|
|
github.com/awalsh128/syspkg v0.1.5
|
|
github.com/stretchr/testify v1.11.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|