annotate go.mod @ 3:46d33184b0d0 default tip

add MarkZshCompPositionalArgumentFile
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Wed, 03 Jun 2020 14:14:18 +0900
parents 7369b027b56e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
7369b027b56e inti project
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1 module firefly/hg/Members/anatofuz/aragane
7369b027b56e inti project
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
2
7369b027b56e inti project
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
3 go 1.14
7369b027b56e inti project
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
4
7369b027b56e inti project
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
5 require (
7369b027b56e inti project
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
6 github.com/mitchellh/go-homedir v1.1.0
7369b027b56e inti project
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
7 github.com/spf13/cobra v1.0.0
7369b027b56e inti project
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
8 github.com/spf13/viper v1.4.0
7369b027b56e inti project
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
9 )