...

Text file src/github.com/pquerna/otp/go.mod

Documentation: github.com/pquerna/otp

     1module github.com/pquerna/otp
     2
     3go 1.12
     4
     5require (
     6	github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc
     7	github.com/stretchr/testify v1.3.0
     8)

View as plain text