gpaste/go.mod
Torjus Håkestad 2bceac7f85
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add basic HTTP Server
2022-01-15 21:53:22 +01:00

8 lines
127 B
Modula-2

module git.t-juice.club/torjus/gpaste
go 1.17
require github.com/google/uuid v1.3.0
require github.com/go-chi/chi/v5 v5.0.7