We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9be7d55 commit ba95336Copy full SHA for ba95336
2 files changed
go.mod
@@ -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
@@ -0,0 +1,4 @@
+github.com/caltechlibrary/cli v0.0.16 h1:jgw6dZb3VDy9L5LrWWm1ieqHYAMKgcv+NF6osSj3YRM=
+github.com/caltechlibrary/cli v0.0.16/go.mod h1:BVT+6d/QqcN4UApWR3ufjkkKj2O6+48B4G6iUpP8m38=
+github.com/caltechlibrary/doitools v0.0.0-20190910184449-c524f84bb2b3 h1:CPVAtgb3KfFDvN/LA6lk3JGT76tVC+PohQWynTkS52s=
+github.com/caltechlibrary/doitools v0.0.0-20190910184449-c524f84bb2b3/go.mod h1:dBtDM+sEd5W27XSuPTcYGUNmkO9PWJ4JMh5bW1EO8L0=
0 commit comments