Skip to content

Commit ba95336

Browse files
committed
Added go.mod, go.sum so project will compile with go1.16
1 parent 9be7d55 commit ba95336

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

go.mod

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module github.com/caltechlibrary/crossrefapi
2+
3+
go 1.16
4+
5+
require (
6+
github.com/caltechlibrary/cli v0.0.16
7+
github.com/caltechlibrary/doitools v0.0.0-20190910184449-c524f84bb2b3
8+
)

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
github.com/caltechlibrary/cli v0.0.16 h1:jgw6dZb3VDy9L5LrWWm1ieqHYAMKgcv+NF6osSj3YRM=
2+
github.com/caltechlibrary/cli v0.0.16/go.mod h1:BVT+6d/QqcN4UApWR3ufjkkKj2O6+48B4G6iUpP8m38=
3+
github.com/caltechlibrary/doitools v0.0.0-20190910184449-c524f84bb2b3 h1:CPVAtgb3KfFDvN/LA6lk3JGT76tVC+PohQWynTkS52s=
4+
github.com/caltechlibrary/doitools v0.0.0-20190910184449-c524f84bb2b3/go.mod h1:dBtDM+sEd5W27XSuPTcYGUNmkO9PWJ4JMh5bW1EO8L0=

0 commit comments

Comments
 (0)