File: go.mod

package info (click to toggle)
golang-github-apptainer-container-library-client 1.4.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 384 kB
  • sloc: makefile: 5
file content (20 lines) | stat: -rw-r--r-- 466 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/apptainer/container-library-client

go 1.22.5

toolchain go1.22.7

require (
	github.com/apptainer/sif/v2 v2.19.3
	github.com/blang/semver/v4 v4.0.0
	github.com/go-log/log v0.2.0
	github.com/opencontainers/go-digest v1.0.0
	github.com/opencontainers/image-spec v1.1.0
	github.com/sylabs/json-resp v0.9.4
	golang.org/x/sync v0.8.0
)

require (
	github.com/google/go-containerregistry v0.20.2 // indirect
	github.com/google/uuid v1.6.0 // indirect
)