Skip to content

Commit

Permalink
Update go.mod name, docs, x/sys dep
Browse files Browse the repository at this point in the history
  • Loading branch information
bradfitz committed Nov 12, 2020
1 parent 602f102 commit c554fc1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,16 @@ No changes made.

# Installing

With Go 1.15 and earlier:

```
$ go get github.com/bradfitz/embiggen-disk
```

With Go 1.16+:

```
$ go get github.com/google/embiggen-disk
$ go install github.com/bradfitz/embiggen-disk@latest
```

# Requirements
Expand All @@ -38,6 +46,4 @@ other Linux architectures.

# Disclaimer

This is not an officially supported Google product.

Audit the code and/or snapshot your disk before use if you're worried about losing data.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/google/embiggen-disk
module github.com/bradfitz/embiggen-disk

go 1.15

require (
github.com/u-root/u-root v0.0.0-20180806213625-12f9029297cf
golang.org/x/sys v0.0.0-20180727230415-bd9dbc187b6e
golang.org/x/sys v0.0.0-20201112073958-5cba982894dd
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github.com/u-root/u-root v0.0.0-20180806213625-12f9029297cf h1:EEvaBfp7JfttSDsqDibrSFPXga9xuthzkVt9IfatI2w=
github.com/u-root/u-root v0.0.0-20180806213625-12f9029297cf/go.mod h1:RYkpo8pTHrNjW08opNd/U6p/RJE7K0D8fXO0d47+3YY=
golang.org/x/sys v0.0.0-20180727230415-bd9dbc187b6e h1:3dQ4fR8k5KugjVKO0oqSd1odxuk2yaE2CIfxWP2WarQ=
golang.org/x/sys v0.0.0-20180727230415-bd9dbc187b6e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20201112073958-5cba982894dd h1:5CtCZbICpIOFdgO940moixOPjc0178IU44m4EjOO5IY=
golang.org/x/sys v0.0.0-20201112073958-5cba982894dd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=

0 comments on commit c554fc1

Please sign in to comment.