Compare commits

..

No commits in common. "b4504c8c4e31d9bc8d99be00916997928608ebae" and "d51924bda2a4470edb48459b33d94afce4d89fbf" have entirely different histories.

2 changed files with 1 additions and 3 deletions

2
go.mod
View File

@ -2,7 +2,7 @@ module gitea.bruyant.xyz/alexandre/ipfs-node-pin
go 1.21.6
require github.com/sethvargo/go-githubactions v1.3.0
require github.com/sethvargo/go-githubactions v1.1.0
require (
github.com/google/go-cmp v0.5.9 // indirect

2
go.sum
View File

@ -4,5 +4,3 @@ github.com/sethvargo/go-envconfig v0.9.0 h1:Q6FQ6hVEeTECULvkJZakq3dZMeBQ3JUpcKMf
github.com/sethvargo/go-envconfig v0.9.0/go.mod h1:Iz1Gy1Sf3T64TQlJSvee81qDhf7YIlt8GMUX6yyNFs0=
github.com/sethvargo/go-githubactions v1.1.0 h1:mg03w+b+/s5SMS298/2G6tHv8P0w0VhUFaqL1THIqzY=
github.com/sethvargo/go-githubactions v1.1.0/go.mod h1:qIboSF7yq2Qnaw2WXDsqCReM0Lo1gU4QXUWmhBC3pxE=
github.com/sethvargo/go-githubactions v1.3.0 h1:Kg633LIUV2IrJsqy2MfveiED/Ouo+H2P0itWS0eLh8A=
github.com/sethvargo/go-githubactions v1.3.0/go.mod h1:7/4WeHgYfSz9U5vwuToCK9KPnELVHAhGtRwLREOQV80=