Skip to content

Commit 62a361a

Browse files
committed
atomicwriter: add go.mod
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent a6695f6 commit 62a361a

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

atomicwriter/go.mod

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
module github.com/moby/sys/atomicwriter
2+
3+
go 1.18
4+
5+
require github.com/moby/sys/sequential v0.6.0
6+
7+
require golang.org/x/sys v0.1.0 // indirect

atomicwriter/go.sum

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
github.com/moby/sys/sequential v0.6.0 h1:qrx7XFUd/5DxtqcoH1h438hF5TmOvzC/lspjy7zgvCU=
2+
github.com/moby/sys/sequential v0.6.0/go.mod h1:uyv8EUTrca5PnDsdMGXhZe6CCe8U/UiTWd+lL+7b/Ko=
3+
golang.org/x/sys v0.1.0 h1:kunALQeHf1/185U1i0GOB/fy1IPRDDpuoOOqRReG57U=
4+
golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=

0 commit comments

Comments
 (0)