File: go.mod

package info (click to toggle)
golang-github-codeclysm-extract 4.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 280 kB
  • sloc: makefile: 8
file content (24 lines) | stat: -rw-r--r-- 713 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/codeclysm/extract/v4

go 1.22

toolchain go1.22.3

require (
	github.com/arduino/go-paths-helper v1.12.1
	github.com/h2non/filetype v1.1.3
	github.com/juju/errors v0.0.0-20181118221551-089d3ea4e4d5
	github.com/klauspost/compress v1.15.13
	github.com/stretchr/testify v1.9.0
	github.com/ulikunitz/xz v0.5.12
	golang.org/x/sys v0.16.0
)

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/juju/testing v0.0.0-20200510222523-6c8c298c77a0 // indirect
	github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
	gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
	gopkg.in/yaml.v3 v3.0.1 // indirect
)