Skip to content

Commit

Permalink
Bump github.com/dvsekhvalnov/jose2go from 1.5.0 to 1.6.0 in /tutorial…
Browse files Browse the repository at this point in the history
…s/nameservice/base (#1505)

* Bump github.com/dvsekhvalnov/jose2go in /tutorials/nameservice/base

Bumps [github.com/dvsekhvalnov/jose2go](https://github.com/dvsekhvalnov/jose2go) from 1.5.0 to 1.6.0.
- [Commits](dvsekhvalnov/jose2go@v1.5...v1.6.0)

---
updated-dependencies:
- dependency-name: github.com/dvsekhvalnov/jose2go
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update 00-getting-started.md

* Update 00-getting-started.md

* update links

* update to links v2

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: samricotta <[email protected]>
  • Loading branch information
dependabot[bot] and samricotta authored May 3, 2024
1 parent 8edd000 commit e087b8b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
6 changes: 1 addition & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Other useful resources:

### Pull Request

When you submit your PR, please use the default [Pull Request template](/.github/PULL_REQUEST_TEMPLATE.md).
When you submit your PR, please use the default [Pull Request template](./.github/PULL_REQUEST_TEMPLATE.md).

### Folder structure

Expand All @@ -58,10 +58,6 @@ There are two ways to see what your changes will look like in production before

After the PR is created CI will kick off and run. All of ci must pass in order to merge the PR. Once the PR is merged, the changes will be deployed to the production site.

### Preview Draft PRs on a Local Web Browser

To view a local preview of a branch, follow the steps outlined in the [TECHNICAL SETUP](TECHNICAL-SETUP.md) guide to clone and install the app. Then, checkout the branch you would like to preview and run:

```sh
npm run serve
```
Expand Down
2 changes: 1 addition & 1 deletion tutorials/nameservice/base/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ require (
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/dvsekhvalnov/jose2go v1.6.0 // indirect
github.com/emicklei/dot v1.6.1 // indirect
github.com/emicklei/dot v1.6.0 // indirect
github.com/fatih/color v1.15.0 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
Expand Down
10 changes: 6 additions & 4 deletions tutorials/nameservice/docs/00-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

## Table of Contents

* [Getting Started](#overview-of-the-project)
* [Understanding Front-Running](01-understanding-front-running)
* [Mitigating Front-running with Vote Extensions](02-mitigating-front-running-with-vote-extensions)
* [Demo of Mitigating Front-Running](03-demo-of-mitigating-front-running)
- [Getting Started](#overview-of-the-project)
- [Understanding Front-Running](./01-understanding-frontrunning.md)
- [Mitigating Front-running with Vote Extensions](./02-mitigating-front-running-with-vote-extesions.md)
- [Demo of Mitigating Front-Running](./03-demo-of-mitigating-front-running.md)

## Getting Started

### Overview of the Project

Expand Down

0 comments on commit e087b8b

Please sign in to comment.