File: go.mod

package info (click to toggle)
golang-github-multiformats-go-multibase 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 216 kB
  • sloc: makefile: 7
file content (9 lines) | stat: -rw-r--r-- 184 bytes parent folder | download
1
2
3
4
5
6
7
8
9
module github.com/multiformats/go-multibase

go 1.19

require (
	github.com/mr-tron/base58 v1.1.0
	github.com/multiformats/go-base32 v0.0.3
	github.com/multiformats/go-base36 v0.1.0
)