Skip to content

Commit

Permalink
runtime dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmale committed Jan 2, 2022
1 parent 6036132 commit 9570bd1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@ go build -buildmode=pie -ldflags "-s -w" -o ./subspace ./cmd/main.go
### Buildtime

### Runtime
- quic-go github.com/lucas-clemente/quic-go
| Library | License | Purpose |
| ------- |---------|----------------------------------------------|
| [Sirupsen/Logrus](https://github.com/Sirupsen/logrus) | MIT | Pretty Logging |
| [urfave/cli/v2](https://github.com/urfave/cli/v2) | MIT | CLI args parsing, configuration file reading |
| [lucas-clemente/quic-go](github.com/lucas-clemente/quic-go) | MIT | Peer Connection |

## TODO

Expand Down
1 change: 1 addition & 0 deletions peer/peer.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ type Peer struct {

func Connect(ip net.IP, port uint) (*Peer, error) {

return nil, nil
}

0 comments on commit 9570bd1

Please sign in to comment.