Skip to content

Commit 4414778

Browse files
committed
Update go.mod go directive to use 1.13
1 parent 617427e commit 4414778

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/beevik/go6502
22

3-
go 1.20
3+
go 1.13
44

55
require (
6-
github.com/beevik/cmd v0.1.0
7-
github.com/beevik/prefixtree v0.1.0
6+
github.com/beevik/cmd v0.1.1
7+
github.com/beevik/prefixtree v0.1.1
88
)

go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
github.com/beevik/cmd v0.1.0 h1:YnF+sdu83b6IFImC7Haj8CbrdQMheHceaBRuLXBYyrw=
2-
github.com/beevik/cmd v0.1.0/go.mod h1:8n0HqXssbdhcK0pxJhwKdKyxCtJ43Eq0VA4zmX8LIOM=
3-
github.com/beevik/prefixtree v0.1.0 h1:PXpUk0P2cjOmOOQdmEau4dQf4VJZGrEZeeRalU0lZJQ=
4-
github.com/beevik/prefixtree v0.1.0/go.mod h1:1lG3cN9NViY9ax2G6eXi23ezkIgTOHYd7grvYHOSrZg=
1+
github.com/beevik/cmd v0.1.1 h1:PC4xoLefEr8ZpmqBSjRfmHrk0SHkbINgkaF3wKoxJB4=
2+
github.com/beevik/cmd v0.1.1/go.mod h1:b2WLULHig7E5Hfi62RoteKhCdWgKF70aasKzsfNHtPQ=
3+
github.com/beevik/prefixtree v0.1.1 h1:Gu3eJhm8kPGsVK5HScNN341QtvrIx1YIZlez4FXimLU=
4+
github.com/beevik/prefixtree v0.1.1/go.mod h1:ZlIK0SfqXT3KN3A22iY+aN6Kt/scvGDx0iYzK9ijn1M=

0 commit comments

Comments
 (0)