ipfs-node-pin/go.mod
Alexandre Bruyant eb8790f96b Update go.mod
Signed-off-by: Alexandre Bruyant <alexandre@noreply.gitea.bruyant.xyz>
2024-01-12 15:24:11 +00:00

11 lines
226 B
Modula-2

module gitea.bruyant.xyz/alexandre/ipfs-node-pin
go 1.21.6
require github.com/sethvargo/go-githubactions v1.1.0
require (
github.com/google/go-cmp v0.5.9 // indirect
github.com/sethvargo/go-envconfig v0.9.0 // indirect
)