This repository has been archived on 2022-05-16. You can view files and clone it, but cannot push or open issues or pull requests.
go-xkcd-reader/go.mod
2022-04-26 17:04:21 +02:00

14 lines
333 B
Modula-2

module git.dotya.ml/wanderer/go-xkcd-reader
go 1.17
require (
github.com/diamondburned/gotk4/pkg v0.0.0-20220408070453-08962439fbbc
github.com/magefile/mage v1.13.0
)
require (
go4.org/unsafe/assume-no-moving-gc v0.0.0-20211027215541-db492cf91b37 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
)