File: go.mod

package info (click to toggle)
golang-github-pquerna-otp 1.5.0%2Breally1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 160 kB
  • sloc: makefile: 4
file content (8 lines) | stat: -rw-r--r-- 155 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
module github.com/pquerna/otp

go 1.12

require (
	github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc
	github.com/stretchr/testify v1.3.0
)