Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .envrc

This file was deleted.

5 changes: 4 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@

name: Go

on: ["push", "pull_request"]
on:
pull_request:
branches:
- main

jobs:
build:
Expand Down
25 changes: 0 additions & 25 deletions .github/workflows/nix.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ before:
builds:
- env:
- CGO_ENABLED=0
main: ./internal/numscript/numscript.go
main: ./main.go
goos:
- wasip1
goarch:
Expand Down
21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

105 changes: 0 additions & 105 deletions Numscript.g4

This file was deleted.

21 changes: 0 additions & 21 deletions README.md

This file was deleted.

61 changes: 0 additions & 61 deletions flake.lock

This file was deleted.

36 changes: 0 additions & 36 deletions flake.nix

This file was deleted.

2 changes: 0 additions & 2 deletions generate-cover.sh

This file was deleted.

1 change: 0 additions & 1 deletion generate-parser.sh

This file was deleted.

36 changes: 8 additions & 28 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,36 +1,16 @@
module github.com/PagoPlus/numscript-wasm
module numscript

go 1.22.1
go 1.23.0

require (
github.com/Jeffail/gabs/v2 v2.7.0
github.com/antlr4-go/antlr/v4 v4.13.1
github.com/gkampitakis/go-snaps v0.5.4
github.com/formancehq/numscript v0.0.18
github.com/spf13/cobra v1.9.1
)

require github.com/gorilla/websocket v1.5.0 // indirect

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/cobra v1.8.1
github.com/spf13/pflag v1.0.5 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

require (
github.com/gkampitakis/ciinfo v0.3.0 // indirect
github.com/gkampitakis/go-diff v1.3.2 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/maruel/natural v1.1.1 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
github.com/sourcegraph/jsonrpc2 v0.2.0
github.com/stretchr/testify v1.9.0
github.com/tidwall/gjson v1.17.1 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/tidwall/sjson v1.2.5 // indirect
golang.org/x/exp v0.0.0-20240707233637-46b078467d37
github.com/spf13/pflag v1.0.6 // indirect
github.com/stretchr/testify v1.10.0 // indirect
golang.org/x/exp v0.0.0-20240707233637-46b078467d37 // indirect
)
Loading
Loading