Skip to content

Commit 77b5f29

Browse files
committed
added Go module support
1 parent bf44f53 commit 77b5f29

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
module github.com/caltechlibrary/crossrefapi
22

33
go 1.12
4+
5+
require github.com/caltechlibrary/doitools v0.0.0-20190322185407-84753bd5af50

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github.com/caltechlibrary/doitools v0.0.0-20190322185407-84753bd5af50 h1:V+opTR7STjTZ0bEhxcrbqEH9n6Y0cx4lipa3LB4KZcY=
2+
github.com/caltechlibrary/doitools v0.0.0-20190322185407-84753bd5af50/go.mod h1:xY30ugrd8fA3st77DDvhPP/Rd8zyHCQ9s9naJn0Tej0=

0 commit comments

Comments
 (0)