Skip to content

Commit

Permalink
Switched to Go modules
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkFighterLuke committed Apr 3, 2021
1 parent c113ae2 commit f56af55
Show file tree
Hide file tree
Showing 2 changed files with 634 additions and 0 deletions.
10 changes: 10 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module covidgraphs

go 1.16

require (
github.com/blend/go-sdk v1.20210402.4 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/wcharczuk/go-chart v2.0.1+incompatible
golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb // indirect
)
Loading

0 comments on commit f56af55

Please sign in to comment.