zoukankan      html  css  js  c++  java
  • go mod replace 记录

    replace golang.org/x/text => github.com/golang/text latest

    replace golang.org/x/net => github.com/golang/net latest

    replace golang.org/x/crypto => github.com/golang/crypto latest

    replace golang.org/x/tools => github.com/golang/tools latest

    replace golang.org/x/sync => github.com/golang/sync latest

    replace golang.org/x/sys => github.com/golang/sys latest

    replace cloud.google.com/go => github.com/googleapis/google-cloud-go latest

    replace google.golang.org/genproto => github.com/google/go-genproto latest

    replace golang.org/x/exp => github.com/golang/exp latest

    replace golang.org/x/time => github.com/golang/time latest

    replace golang.org/x/oauth2 => github.com/golang/oauth2 latest

    replace golang.org/x/lint => github.com/golang/lint latest

    replace google.golang.org/grpc => github.com/grpc/grpc-go latest

    replace google.golang.org/api => github.com/googleapis/google-api-go-client latest

    replace google.golang.org/appengine => github.com/golang/appengine latest

    replace golang.org/x/mobile => github.com/golang/mobile latest

    replace golang.org/x/image => github.com/golang/image latest

    ============================================================================

    replace golang.org/x/text => github.com/golang/text latest

    replace golang.org/x/tools => github.com/golang/tools latest

    replace golang.org/x/sync => github.com/golang/sync latest

    replace golang.org/x/sys => github.com/golang/sys latest

    replace cloud.google.com/go => github.com/googleapis/google-cloud-go latest

    replace google.golang.org/genproto => github.com/google/go-genproto latest

    replace golang.org/x/exp => github.com/golang/exp latest

    replace golang.org/x/time => github.com/golang/time latest

    replace golang.org/x/oauth2 => github.com/golang/oauth2 latest

    replace golang.org/x/lint => github.com/golang/lint latest

    replace google.golang.org/grpc => github.com/grpc/grpc-go latest

    replace google.golang.org/api => github.com/googleapis/google-api-go-client latest

    replace google.golang.org/appengine => github.com/golang/appengine latest

    replace golang.org/x/mobile => github.com/golang/mobile latest

    replace golang.org/x/image => github.com/golang/image latest

    replace golang.org/x/net => github.com/golang/net latest

    replace golang.org/x/crypto => github.com/golang/crypto latest
  • 相关阅读:
    【洛谷P3992】开车
    Easyui datagrid+ashx 实现动态生成列
    SQL字符串处理函数大全
    在sqlserver中查找某个字段存在于那个表中的语句
    C# 合并图片
    JavaScript 监听屏幕滑动事件的JS
    JavaScript无提示关闭窗口(兼容IE/Firefox/Chrome)
    使用jquery插件实现图片延迟加载技术
    DataTable随机复制一行给新的DataTable
    MySQL恢复数据报错 #1289 The 'InnoDB' feature is disabled; you need MySQL built with 'InnoDB' to hav
  • 原文地址:https://www.cnblogs.com/a-flydog/p/10815207.html
Copyright © 2011-2022 走看看