Skip to content

Commit

Permalink
Modify third party licenses file for release v0.6.1.
Browse files Browse the repository at this point in the history
Signed-off-by: Arjun Raja Yogidas <[email protected]>
  • Loading branch information
coderbirju committed May 24, 2024
1 parent 356403f commit bc69271
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions THIRD_PARTY_LICENSES
Original file line number Diff line number Diff line change
Expand Up @@ -2456,7 +2456,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


--------------------------------------------------------------------------------
** golang.org/x/net; version v0.21.0 - https://golang.org/x/net
** golang.org/x/net; version v0.25.0 - https://golang.org/x/net

Copyright (c) 2009 The Go Authors. All rights reserved.

Expand Down Expand Up @@ -2552,7 +2552,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


--------------------------------------------------------------------------------
** golang.org/x/sys; version v0.19.0 - https://golang.org/x/sys
** golang.org/x/sys; version v0.20.0 - https://golang.org/x/sys

Copyright (c) 2009 The Go Authors. All rights reserved.

Expand Down Expand Up @@ -2584,7 +2584,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


--------------------------------------------------------------------------------
** golang.org/x/term; version v0.19.0 - https://golang.org/x/term
** golang.org/x/term; version v0.20.0 - https://golang.org/x/term

Copyright (c) 2009 The Go Authors. All rights reserved.

Expand Down Expand Up @@ -2616,7 +2616,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


--------------------------------------------------------------------------------
** golang.org/x/text; version v0.14.0 - https://golang.org/x/text
** golang.org/x/text; version v0.15.0 - https://golang.org/x/text

Copyright (c) 2009 The Go Authors. All rights reserved.

Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ directory (`/usr/local/bin`):
> You can find other download link in the release page that matches your machine.
```shell
version="0.6.0"
version="0.6.1"
wget https://github.com/awslabs/soci-snapshotter/releases/download/v${version}/soci-snapshotter-${version}-linux-amd64.tar.gz
sudo tar -C /usr/local/bin -xvf soci-snapshotter-${version}-linux-amd64.tar.gz soci soci-snapshotter-grpc
```
Expand Down

0 comments on commit bc69271

Please sign in to comment.