Skip to content

Commit

Permalink
replace zip archive with tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Pennebaker committed Jan 14, 2024
1 parent 137fca2 commit 425aaf0
Show file tree
Hide file tree
Showing 49 changed files with 89 additions and 1,449 deletions.
8 changes: 6 additions & 2 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
# BUILDTIME REQUIREMENTS

* [Docker](https://www.docker.com/) 20.10.12+
* [Go](https://golang.org/) 1.21.5+
* POSIX compatible [make](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/make.html)
* [Node.js](https://nodejs.org/en) 20.10.0+
* [Docker](https://www.docker.com/) 20.10.12+
* [Rust](https://www.rust-lang.org/) 1.75.0+
* a POSIX compliant [make](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/make.html) implementation (e.g. GNU make, BSD make, etc.)
* POSIX compatible [tar](https://pubs.opengroup.org/onlinepubs/7908799/xcu/tar.html)
* Provision additional dev tools with `make`

## Recommended

* [ASDF](https://asdf-vm.com/) 0.10 (run `asdf reshim` after provisioning)
* [direnv](https://direnv.net/) 2
* a UNIX environment, such as macOS, Linux, BSD, [WSL](https://learn.microsoft.com/en-us/windows/wsl/), etc.

Non-UNIX environments may produce subtle adverse effects when linting or generating application ports.

# AUDIT

Expand Down
8 changes: 1 addition & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,5 @@ go 1.21

require (
github.com/magefile/mage v1.14.0
github.com/mcandre/mage-extras v0.0.14
)

require (
github.com/jhoonb/archivex v0.0.0-20201016144719-6a343cdae81d // indirect
github.com/mcandre/factorio v0.0.4 // indirect
github.com/mcandre/zipc v0.0.7 // indirect
github.com/mcandre/mage-extras v0.0.16
)
10 changes: 2 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
github.com/jhoonb/archivex v0.0.0-20201016144719-6a343cdae81d h1:q7n+5taxmM+9T2Q7Ydo7YN90FkoDuR5bbzByZwkQqPo=
github.com/jhoonb/archivex v0.0.0-20201016144719-6a343cdae81d/go.mod h1:GN1Mg/uXQ6qwXA0HypnUO3xlcQJS9/y68EsHNeuuRa4=
github.com/magefile/mage v1.14.0 h1:6QDX3g6z1YvJ4olPhT1wksUcSa/V0a1B+pJb73fBjyo=
github.com/magefile/mage v1.14.0/go.mod h1:z5UZb/iS3GoOSn0JgWuiw7dxlurVYTu+/jHXqQg881A=
github.com/mcandre/factorio v0.0.4 h1:oHNvUotxih45UioIihRLmrd4Jal9UoYciwHAhfNCkqc=
github.com/mcandre/factorio v0.0.4/go.mod h1:/VL0Pp9RPgwt1QbYzXbf6W/jiJb97Wc4+UzXR7J8XkI=
github.com/mcandre/mage-extras v0.0.14 h1:kg+MY6ANceKTQ0fBjSQpCMvmNSnBuV1ewDbPuxSYhQ4=
github.com/mcandre/mage-extras v0.0.14/go.mod h1:3Q2v5MUDhiNsOHQSjRDq+u3QzjH+0g3eiI7nWsBFCFA=
github.com/mcandre/zipc v0.0.7 h1:P5f4pB80jG0UFnn/C5Ex3gG2eilDAXtzgPmPXd+oUE8=
github.com/mcandre/zipc v0.0.7/go.mod h1:oSG7tdqkZKlcTwzTmE5QXXM8TBkO2xwVzsOabVJ00KU=
github.com/mcandre/mage-extras v0.0.16 h1:T5va5gnxQiQOL5w9lE+37WSvCMu+rhiMV30XKSGNBb0=
github.com/mcandre/mage-extras v0.0.16/go.mod h1:OvwmvvrYj+Eb+8LCL8ScRMJ9wr0KMbsbV1Ry68zH99k=
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ all:
go install github.com/alexkohler/nakedret@v1.0.1
go install github.com/kisielk/errcheck@v1.6.3
go install github.com/magefile/mage@v1.14.0
go install github.com/mcandre/factorio/cmd/factorio@v0.0.4
go install github.com/mcandre/factorio/cmd/factorio@v0.0.6
go install golang.org/x/tools/cmd/goimports@latest
go install golang.org/x/tools/go/analysis/passes/shadow/cmd/shadow@latest
go install honnef.co/go/tools/cmd/staticcheck@2023.1.3
Expand Down
29 changes: 0 additions & 29 deletions vendor/github.com/jhoonb/archivex/.gitignore

This file was deleted.

17 changes: 0 additions & 17 deletions vendor/github.com/jhoonb/archivex/.travis.yml

This file was deleted.

28 changes: 0 additions & 28 deletions vendor/github.com/jhoonb/archivex/LICENSE

This file was deleted.

8 changes: 0 additions & 8 deletions vendor/github.com/jhoonb/archivex/README.md

This file was deleted.

Loading

0 comments on commit 425aaf0

Please sign in to comment.