Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeFalourd authored Jul 1, 2021
2 parents ff18980 + 681a7ad commit a180051
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
**/dist/*
/test/tests.*
/test/coverage.*
/go.sum
**/go.sum
/pkg/*
/formulas/*
target/
Expand Down
2 changes: 0 additions & 2 deletions demo/coffee-go/src/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
module coffee

go 1.13

require github.com/manifoldco/promptui v0.3.2
Empty file added demo/coffee-go/src/go.sum
Empty file.
4 changes: 1 addition & 3 deletions demo/hello-world/src/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@ module hello

go 1.14

require (
github.com/gookit/color v1.2.5
)
require github.com/gookit/color v1.2.5
9 changes: 9 additions & 0 deletions demo/hello-world/src/go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/gookit/color v1.2.5 h1:s1gzb/fg3HhkSLKyWVUsZcVBUo+R1TwEYTmmxH8gGFg=
github.com/gookit/color v1.2.5/go.mod h1:AhIE+pS6D4Ql0SQWbBeXPHw7gY0/sjHoA4s/n1KB7xg=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.3.0 h1:TivCn/peBQ7UY8ooIcPgZFpTNSz0Q2U6UrFlUfqbe0Q=
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
3 changes: 0 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
module ritchie-formulas-demo

go 1.14

require (
)

0 comments on commit a180051

Please sign in to comment.