File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ require (
77 github.com/charmbracelet/bubbles v0.21.0
88 github.com/charmbracelet/bubbletea v1.3.6
99 github.com/charmbracelet/lipgloss v1.1.0
10+ github.com/ethereum/go-ethereum v1.16.2
1011 github.com/noble-assets/orbiter v1.0.0-beta.0
1112)
1213
@@ -70,7 +71,6 @@ require (
7071 github.com/dvsekhvalnov/jose2go v1.6.0 // indirect
7172 github.com/emicklei/dot v1.6.2 // indirect
7273 github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
73- github.com/ethereum/go-ethereum v1.16.2 // indirect
7474 github.com/fatih/color v1.18.0 // indirect
7575 github.com/felixge/httpsnoop v1.0.4 // indirect
7676 github.com/fsnotify/fsnotify v1.7.0 // indirect
Original file line number Diff line number Diff line change 1+ // Licensed to the Apache Software Foundation (ASF) under one
2+ // or more contributor license agreements. See the NOTICE file
3+ // distributed with this work for additional information
4+ // regarding copyright ownership. The ASF licenses this file
5+ // to you under the Apache License, Version 2.0 (the
6+ // "License"); you may not use this file except in compliance
7+ // with the License. You may obtain a copy of the License at
8+ //
9+ // http://www.apache.org/licenses/LICENSE-2.0
10+ //
11+ // Unless required by applicable law or agreed to in writing,
12+ // software distributed under the License is distributed on an
13+ // "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14+ // KIND, either express or implied. See the License for the
15+ // specific language governing permissions and limitations
16+ // under the License.
17+
118package internal
219
320import "github.com/charmbracelet/lipgloss"
You can’t perform that action at this time.
0 commit comments