File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -75,6 +75,9 @@ var rootCmd = &cobra.Command{
7575 }
7676 }
7777
78+ env .Headers = map [string ]string {
79+ "Dune-Origin" : "CLI" ,
80+ }
7881 client := dune .NewDuneClient (env )
7982 cmdutil .SetClient (cmd , client )
8083
Original file line number Diff line number Diff line change @@ -48,3 +48,5 @@ require (
4848 golang.org/x/sys v0.41.0 // indirect
4949 golang.org/x/text v0.24.0 // indirect
5050)
51+
52+ replace github.com/duneanalytics/duneapi-client-go => ../duneapi-client-go
Original file line number Diff line number Diff line change @@ -31,8 +31,6 @@ github.com/clipperhouse/uax29/v2 v2.3.0/go.mod h1:Wn1g7MK6OoeDT0vL+Q0SQLDz/KpfsV
3131github.com/cpuguy83/go-md2man/v2 v2.0.6 /go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g =
3232github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
3333github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
34- github.com/duneanalytics/duneapi-client-go v0.4.4 h1:vNI1musSDuqlICNXLdf059J3YwwonTi/GX5NhTrLdqI =
35- github.com/duneanalytics/duneapi-client-go v0.4.4 /go.mod h1:7pXXufWvR/Mh2KOehdyBaunJXmHI+pzjUmyQTQhJjdE =
3634github.com/golang-jwt/jwt/v5 v5.3.0 h1:pv4AsKCKKZuqlgs5sUmn4x8UlGa0kEVt/puTpKx9vvo =
3735github.com/golang-jwt/jwt/v5 v5.3.0 /go.mod h1:fxCRLWMO43lRc8nhHWY6LGqRcf+1gQWArsqaEUEa5bE =
3836github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8 =
You can’t perform that action at this time.
0 commit comments