diff options
| author | jet2tlf <jet2tlf@gmail.com> | 2024-06-03 17:43:29 +0000 |
|---|---|---|
| committer | jet2tlf <jet2tlf@gmail.com> | 2024-06-03 17:43:29 +0000 |
| commit | 6091bea631659a2e5d152726f3581ca2d1bd235c (patch) | |
| tree | 92656f5f79641d3c187ce8e82c128da4de2a252c /go.mod | |
| parent | 7cff8936edbdc7ce7c0ca41eab2f8d5470cad2e6 (diff) | |
| download | bittorrent-go-6091bea631659a2e5d152726f3581ca2d1bd235c.tar.gz bittorrent-go-6091bea631659a2e5d152726f3581ca2d1bd235c.zip | |
codecrafters submit [skip ci]
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,4 +10,4 @@ module github.com/codecrafters-io/bittorrent-starter-go go 1.22 -require github.com/jackpal/bencode-go v1.0.0 // indirect +require github.com/jackpal/bencode-go v1.0.2 // indirect |