diff options
| author | Jeff Carr <[email protected]> | 2025-01-05 12:36:50 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-05 12:36:50 -0600 |
| commit | e2a8aefb8d0ceeb25c7d2d2a8fd8249bb579d1f5 (patch) | |
| tree | 86a72ec2cb4b27b3382dcd46d23b773076863a4d /go.mod | |
| parent | 2c3babe91788270e6c7746b0a87f4976f7945dc0 (diff) | |
forge updatesv0.0.2
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -0,0 +1,17 @@ +module go.wit.com/apps/utils/going2git + +go 1.21 + +toolchain go1.23.4 + +require ( + go.wit.com/dev/alexflint/arg v1.5.5 + go.wit.com/lib/libgit2 v0.1.2 + go.wit.com/log v0.22.9 +) + +require ( + go.wit.com/dev/alexflint/scalar v1.2.4 // indirect + golang.org/x/crypto v0.31.0 // indirect + golang.org/x/sys v0.28.0 // indirect +) |
