File: go.mod

package info (click to toggle)
golang-github-tredoe-osutil 1.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 476 kB
  • sloc: makefile: 4
file content (27 lines) | stat: -rw-r--r-- 293 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
25
26
27
module github.com/tredoe/osutil

go 1.16

// Breaking changes
// curl proxy.golang.org/github.com/tredoe/osutil/@v/list |sort -V
retract (
	v1.1.0
	v1.1.1
	v1.1.2
	v1.1.3
	v1.1.4
	v1.1.5
	v1.1.6
	v1.1.7
	v1.1.8
	v1.2.0
	v1.2.1
	v1.3.0
	v1.3.1
	v1.3.2
	v1.3.3
	v1.3.4
	v1.3.5
	v1.3.6
	v2.0.0
)