view go.mod @ 15:8313f8fd6a44

add master
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Wed, 01 Apr 2020 19:18:40 +0900
parents bac5eb544d4d
children
line wrap: on
line source

module www.cr.ie.u-ryukyu.ac.jp/hg/Members/anatofuz/lectable

go 1.14

require (
	github.com/ledongthuc/pdf v0.0.0-20200323191019-23c5852adbd2
	github.com/pkg/errors v0.9.1
	github.com/yuin/charsetutil v1.0.0
	golang.org/x/text v0.3.2
	golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
)