1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-05 21:06:24 -07:00

Finish build.py

Also remove powershell script, modify bootstrap script to use build.py
This commit is contained in:
Eggbertx 2020-11-04 20:11:51 -08:00
parent 485ed84bac
commit 2e99788426
5 changed files with 224 additions and 226 deletions

2
go.mod
View file

@ -15,5 +15,5 @@ require (
github.com/tdewolff/parse v2.3.4+incompatible // indirect
github.com/tdewolff/test v1.0.6 // indirect
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
golang.org/x/net v0.0.0-20201022231255-08b38378de70
golang.org/x/net v0.0.0-20201031054903-ff519b6c9102
)