Logo
Explore Help
Sign In
p/acid
1
0
Fork 0
You've already forked acid
Code Issues Pull Requests Packages Projects Releases Wiki Activity
Files
master
acid/go.mod

16 lines
259 B
Modula-2
Raw Permalink Normal View History

Initial commit
2024-03-29 14:08:15 +01:00
module janouch.name/acid
Bump dependencies
2026-01-10 22:05:21 +01:00
go 1.24.0
Initial commit
2024-03-29 14:08:15 +01:00
require (
Bump dependencies
2026-01-10 22:05:21 +01:00
github.com/mattn/go-sqlite3 v1.14.33
github.com/pkg/sftp v1.13.10
golang.org/x/crypto v0.46.0
Initial commit
2024-03-29 14:08:15 +01:00
gopkg.in/yaml.v3 v3.0.1
)
Clean up, add a deployment stage Errors should be handled a bit more nicely now. The SFTP part could also be done from deploy scripts like: scp -i {runner.ssh.identity} \ -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no \ {runner.ssh.user}@{runner.ssh.address%:*} -p {runner.ssh.address#*:} but that is deemed way too annoying, so we do it from Go.
2024-12-22 09:00:02 +01:00
require (
github.com/kr/fs v0.1.0 // indirect
Bump dependencies
2026-01-10 22:05:21 +01:00
golang.org/x/sys v0.40.0 // indirect
Clean up, add a deployment stage Errors should be handled a bit more nicely now. The SFTP part could also be done from deploy scripts like: scp -i {runner.ssh.identity} \ -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no \ {runner.ssh.user}@{runner.ssh.address%:*} -p {runner.ssh.address#*:} but that is deemed way too annoying, so we do it from Go.
2024-12-22 09:00:02 +01:00
)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 19ms Template: 1ms
English
English
Licenses API