mirror of https://github.com/prometheus/prometheus
github.com/cznic/golex has moved to modernc.org/golex (#5034)
Signed-off-by: aixeshunter <aixeshunter@gmail.com>pull/5039/head
parent
ad22389218
commit
9f903fb3f7
|
@ -11,7 +11,7 @@
|
|||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:generate go get github.com/cznic/golex
|
||||
//go:generate go get -u modernc.org/golex
|
||||
//go:generate golex -o=openmetricslex.l.go openmetricslex.l
|
||||
|
||||
package textparse
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:generate go get github.com/cznic/golex
|
||||
//go:generate go get -u modernc.org/golex
|
||||
//go:generate golex -o=promlex.l.go promlex.l
|
||||
|
||||
package textparse
|
||||
|
|
Loading…
Reference in New Issue